Uses of Class
org.bukkit.plugin.PluginDescriptionFile
-
Packages that use 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 handlingplugins
written in java. -
-
Uses of PluginDescriptionFile in org.bukkit
Methods in org.bukkit with parameters of type PluginDescriptionFile Modifier and Type Method Description void
UnsafeValues. checkSupported(PluginDescriptionFile pdf)
Deprecated.byte[]
UnsafeValues. processClass(PluginDescriptionFile pdf, String path, byte[] clazz)
Deprecated. -
Uses of PluginDescriptionFile in org.bukkit.plugin
Methods in org.bukkit.plugin that return PluginDescriptionFile Modifier and Type Method Description @NotNull PluginDescriptionFile
Plugin. getDescription()
Returns the plugin.yaml file containing the details for this plugin@NotNull PluginDescriptionFile
PluginLoader. getPluginDescription(@NotNull File file)
Loads a PluginDescriptionFile from the specified fileMethods in org.bukkit.plugin with parameters of type PluginDescriptionFile Modifier and Type Method Description boolean
SimplePluginManager. isTransitiveDepend(@NotNull PluginDescriptionFile plugin, @NotNull PluginDescriptionFile depend)
-
Uses of PluginDescriptionFile in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java that return PluginDescriptionFile Modifier and Type Method Description @NotNull PluginDescriptionFile
JavaPlugin. getDescription()
Returns the plugin.yaml file containing the details for this plugin@NotNull PluginDescriptionFile
JavaPluginLoader. getPluginDescription(@NotNull File file)
Constructors in org.bukkit.plugin.java with parameters of type PluginDescriptionFile Constructor Description JavaPlugin(@NotNull JavaPluginLoader loader, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file)
-