|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginDescriptionFile | |
---|---|
org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. |
org.bukkit.plugin.java | Classes for handling plugins written in
java. |
Uses of PluginDescriptionFile in org.bukkit.plugin |
---|
Methods in org.bukkit.plugin that return PluginDescriptionFile | |
---|---|
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 |
Uses of PluginDescriptionFile in org.bukkit.plugin.java |
---|
Methods in org.bukkit.plugin.java that return PluginDescriptionFile | |
---|---|
PluginDescriptionFile |
JavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this plugin |
PluginDescriptionFile |
JavaPluginLoader.getPluginDescription(File file)
|
Methods in org.bukkit.plugin.java with parameters of type PluginDescriptionFile | |
---|---|
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). |
Constructors in org.bukkit.plugin.java with parameters of type PluginDescriptionFile | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |