Uses of Enum
org.bukkit.event.server.ServerLoadEvent.LoadType
Packages that use ServerLoadEvent.LoadType
-
Uses of ServerLoadEvent.LoadType in org.bukkit.event.server
Methods in org.bukkit.event.server that return ServerLoadEvent.LoadTypeModifier and TypeMethodDescriptionServerLoadEvent.getType()
Gets the context in which the server was loaded.static ServerLoadEvent.LoadType
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.Constructors in org.bukkit.event.server with parameters of type ServerLoadEvent.LoadTypeModifierConstructorDescriptionCreates aServerLoadEvent
with a given loading type.