Uses of Enum Class
org.bukkit.event.server.ServerLoadEvent.LoadType
-
Uses of ServerLoadEvent.LoadType in org.bukkit.event.server
Modifier and TypeMethodDescriptionServerLoadEvent.getType()
Gets the context in which the server was loaded.static ServerLoadEvent.LoadType
Returns the enum constant of this class with the specified name.static ServerLoadEvent.LoadType[]
ServerLoadEvent.LoadType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCreates aServerLoadEvent
with a given loading type.