Uses of Class
org.bukkit.plugin.PluginDescriptionFile
Packages that use 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
Methods in com.destroystokyo.paper.utils with parameters of type PluginDescriptionFileModifier and TypeMethodDescriptionPaperPluginLogger.getLogger(@NotNull PluginDescriptionFile description)
-
Uses of PluginDescriptionFile in org.bukkit
Methods in org.bukkit with parameters of type PluginDescriptionFileModifier and TypeMethodDescriptionvoid
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 PluginDescriptionFileModifier and TypeMethodDescriptionPlugin.getDescription()
Returns the plugin.yaml file containing the details for this pluginPluginLoader.getPluginDescription(@NotNull File file)
Loads a PluginDescriptionFile from the specified fileMethods in org.bukkit.plugin with parameters of type PluginDescriptionFileModifier and TypeMethodDescriptionboolean
SimplePluginManager.isTransitiveDepend(@NotNull PluginDescriptionFile plugin, @NotNull PluginDescriptionFile depend)
-
Uses of PluginDescriptionFile in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java that return PluginDescriptionFileModifier and TypeMethodDescriptionJavaPlugin.getDescription()
Returns the plugin.yaml file containing the details for this pluginJavaPluginLoader.getPluginDescription(@NotNull File file)
Constructors in org.bukkit.plugin.java with parameters of type PluginDescriptionFileModifierConstructorDescriptionprotected
JavaPlugin(@NotNull JavaPluginLoader loader, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file)