Package | Description |
---|---|
org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
Modifier and Type | Method and 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 and Description |
---|
ServerLoadEvent(ServerLoadEvent.LoadType type)
Creates a
ServerLoadEvent with a given loading type. |
Copyright © 2021. All rights reserved.