Uses of Enum Class
org.bukkit.plugin.PluginLoadOrder
Packages that use 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
Methods in io.papermc.paper.plugin.configuration that return PluginLoadOrderModifier and TypeMethodDescriptionPluginMeta.getLoadOrder()
Returns the phase of the server startup logic that the plugin should be loaded. -
Uses of PluginLoadOrder in org.bukkit.plugin
Methods in org.bukkit.plugin that return PluginLoadOrderModifier and TypeMethodDescription@NotNull PluginLoadOrder
PluginDescriptionFile.getLoad()
Gives the phase of server startup that the plugin should be loaded.@NotNull PluginLoadOrder
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.