Package | Description |
---|---|
org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
Modifier and Type | Method | Description |
---|---|---|
ServerLoadEvent.LoadType |
ServerLoadEvent.getType() |
Gets the context in which the server was loaded.
|
static ServerLoadEvent.LoadType |
ServerLoadEvent.LoadType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ServerLoadEvent.LoadType[] |
ServerLoadEvent.LoadType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
ServerLoadEvent(ServerLoadEvent.LoadType type) |
Creates a
ServerLoadEvent with a given loading type. |
Copyright © 2019. All rights reserved.