| Package | Description |
|---|---|
| org.cloudburstmc.server | |
| org.cloudburstmc.server.plugin |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.enablePlugins(PluginLoadOrder type) |
| Modifier and Type | Method and Description |
|---|---|
PluginLoadOrder |
PluginDescription.getOrder()
返回这个插件加载的顺序,即插件应该在什么时候加载。
Returns the order the plugin loads, or when the plugin is loaded. |
static PluginLoadOrder |
PluginLoadOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginLoadOrder[] |
PluginLoadOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.