パッケージ | 説明 |
---|---|
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
修飾子とタイプ | メソッドと説明 |
---|---|
PluginLoader |
Plugin.getPluginLoader()
Gets the associated PluginLoader responsible for this plugin
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SimplePluginManager.registerInterface(Class<? extends PluginLoader> loader)
Registers the specified plugin loader
|
void |
PluginManager.registerInterface(Class<? extends PluginLoader> loader)
Registers the specified plugin loader
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
JavaPluginLoader
Represents a Java plugin loader, allowing plugins in the form of .jar
|
修飾子とタイプ | メソッドと説明 |
---|---|
PluginLoader |
JavaPlugin.getPluginLoader()
Gets the associated PluginLoader responsible for this plugin
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
JavaPlugin.initialize(PluginLoader loader,
Server server,
PluginDescriptionFile description,
File dataFolder,
File file,
ClassLoader classLoader)
非推奨です。
This method is legacy and will be removed - it must be
replaced by the specially provided constructor(s).
|
コンストラクタと説明 |
---|
JavaPlugin(PluginLoader loader,
Server server,
PluginDescriptionFile description,
File dataFolder,
File file)
非推奨です。
This method is intended for unit testing purposes when the
other constructor cannot be used.
Its existence may be temporary. |
Copyright © 2016. All rights reserved.