Uses of Class
org.bukkit.plugin.PluginDescriptionFile
| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
- 
Uses of PluginDescriptionFile in org.bukkitMethods in org.bukkit with parameters of type PluginDescriptionFile Modifier and Type Method Description voidUnsafeValues. checkSupported(PluginDescriptionFile pdf)Deprecated.byte[]UnsafeValues. processClass(PluginDescriptionFile pdf, String path, byte[] clazz)Deprecated.
- 
Uses of PluginDescriptionFile in org.bukkit.pluginMethods in org.bukkit.plugin that return PluginDescriptionFile Modifier and Type Method Description PluginDescriptionFilePlugin. getDescription()Returns the plugin.yaml file containing the details for this pluginPluginDescriptionFilePluginLoader. getPluginDescription(File file)Loads a PluginDescriptionFile from the specified fileMethods in org.bukkit.plugin with parameters of type PluginDescriptionFile Modifier and Type Method Description booleanSimplePluginManager. isTransitiveDepend(PluginDescriptionFile plugin, PluginDescriptionFile depend)
- 
Uses of PluginDescriptionFile in org.bukkit.plugin.javaMethods in org.bukkit.plugin.java that return PluginDescriptionFile Modifier and Type Method Description PluginDescriptionFileJavaPlugin. getDescription()Returns the plugin.yaml file containing the details for this pluginPluginDescriptionFileJavaPluginLoader. getPluginDescription(File file)Constructors in org.bukkit.plugin.java with parameters of type PluginDescriptionFile Constructor Description JavaPlugin(JavaPluginLoader loader, PluginDescriptionFile description, File dataFolder, File file)