枚举的使用
org.bukkit.plugin.PluginLoadOrder
-
org.bukkit.plugin中PluginLoadOrder的使用
修饰符和类型方法说明PluginDescriptionFile.getLoad()
Gives the phase of server startup that the plugin should be loaded.static PluginLoadOrder
返回带有指定名称的该类型的枚举常量。static PluginLoadOrder[]
PluginLoadOrder.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。