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 com.destroystokyo.paper.utils
Modifier and TypeMethodDescriptionPaperPluginLogger.getLogger
(@NotNull PluginDescriptionFile description) -
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
(@NotNull File file) Deprecated, for removal: This API element is subject to removal in a future version.Loads a PluginDescriptionFile from the specified fileModifier and TypeMethodDescriptionboolean
SimplePluginManager.isTransitiveDepend
(@NotNull PluginDescriptionFile plugin, @NotNull PluginDescriptionFile depend) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PluginDescriptionFile in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionJavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this pluginJavaPluginLoader.getPluginDescription
(@NotNull File file) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionJavaPluginLoader.getClassByName
(String name, boolean resolve, PluginDescriptionFile description) Deprecated, for removal: This API element is subject to removal in a future version.protected Class<?>
JavaPluginLoader.getClassByName
(String name, boolean resolve, PluginDescriptionFile description, PluginClassLoader requester) Deprecated, for removal: This API element is subject to removal in a future version.protected PluginClassLoader
JavaPluginLoader.newPluginLoader
(JavaPluginLoader loader, ClassLoader parent, PluginDescriptionFile description, File dataFolder, File file, ClassLoader libraryLoader) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionprotected
JavaPlugin
(@NotNull JavaPluginLoader loader, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file) PluginClassLoader
(@NotNull JavaPluginLoader loader, @Nullable ClassLoader parent, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file, @Nullable ClassLoader libraryLoader)