Uses of Enum Class
org.bukkit.plugin.PluginLoadOrder
Package
Description
The paper configuration package contains the new java representation of a plugins configuration file.
Classes specifically relating to loading software modules at runtime.
-
Uses of PluginLoadOrder in io.papermc.paper.plugin.configuration
Modifier and TypeMethodDescriptionPluginMeta.getLoadOrder()
Returns the phase of the server startup logic that the plugin should be loaded. -
Uses of PluginLoadOrder in org.bukkit.plugin
Modifier and TypeMethodDescriptionPluginDescriptionFile.getLoad()
Gives the phase of server startup that the plugin should be loaded.PluginDescriptionFile.getLoadOrder()
static PluginLoadOrder
Returns the enum constant of this class with the specified name.static PluginLoadOrder[]
PluginLoadOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPluginDescriptionFile
(String rawName, String name, List<String> provides, String main, String classLoaderOf, List<String> depend, List<String> softDepend, List<String> loadBefore, String version, Map<String, Map<String, Object>> commands, String description, List<String> authors, List<String> contributors, String website, String prefix, PluginLoadOrder order, List<Permission> permissions, PermissionDefault defaultPerm, Set<PluginAwareness> awareness, String apiVersion, List<String> libraries) Don't use this.