Uses of Enum Class
org.bukkit.plugin.PluginLoadOrder
Packages that use PluginLoadOrder
Package
Description
Classes specifically relating to loading software modules at runtime.
-
Uses of PluginLoadOrder in org.bukkit.plugin
Subclasses with type arguments of type PluginLoadOrder in org.bukkit.pluginModifier and TypeClassDescriptionenumRepresents the order in which a plugin should be initialized and enabledMethods in org.bukkit.plugin that return PluginLoadOrderModifier and TypeMethodDescriptionPluginDescriptionFile.getLoad()Gives the phase of server startup that the plugin should be loaded.static PluginLoadOrderReturns 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.