Package | Description |
---|---|
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
Modifier and Type | Method and Description |
---|---|
PluginDescriptionFile |
Plugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
PluginDescriptionFile |
PluginLoader.getPluginDescription(File file)
Loads a PluginDescriptionFile from the specified file
|
Modifier and Type | Method and Description |
---|---|
PluginDescriptionFile |
JavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin
|
PluginDescriptionFile |
JavaPluginLoader.getPluginDescription(File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
JavaPlugin.initialize(PluginLoader loader,
Server server,
PluginDescriptionFile description,
File dataFolder,
File file,
ClassLoader classLoader)
Deprecated.
This method is legacy and will be removed - it must be
replaced by the specially provided constructor(s).
|
Constructor and Description |
---|
JavaPlugin(JavaPluginLoader loader,
PluginDescriptionFile description,
File dataFolder,
File file) |
JavaPlugin(PluginLoader loader,
Server server,
PluginDescriptionFile description,
File dataFolder,
File file)
Deprecated.
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.