Uses of Class
org.bukkit.plugin.PluginDescriptionFile
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of PluginDescriptionFile in org.bukkit
Modifier and TypeMethodDescriptionvoid
UnsafeValues.checkSupported
(PluginDescriptionFile pdf) Deprecated.byte[]
UnsafeValues.processClass
(PluginDescriptionFile pdf, String path, byte[] clazz) Deprecated. -
Uses of PluginDescriptionFile in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getDescription()
Returns the plugin.yaml file containing the details for this pluginPluginLoader.getPluginDescription
(File file) Loads a PluginDescriptionFile from the specified fileModifier and TypeMethodDescriptionboolean
SimplePluginManager.isTransitiveDepend
(PluginDescriptionFile plugin, PluginDescriptionFile depend) -
Uses of PluginDescriptionFile in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionfinal PluginDescriptionFile
JavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this pluginJavaPluginLoader.getPluginDescription
(File file) ModifierConstructorDescriptionprotected
JavaPlugin
(JavaPluginLoader loader, PluginDescriptionFile description, File dataFolder, File file)