Uses of Class
org.bukkit.event.server.ServerLoadEvent.LoadType
-
Packages that use ServerLoadEvent.LoadType Package Description org.bukkit.event.server Eventsrelating to programmatic state changes on the server. -
-
Uses of ServerLoadEvent.LoadType in org.bukkit.event.server
Methods in org.bukkit.event.server that return ServerLoadEvent.LoadType Modifier and Type Method Description @NotNull ServerLoadEvent.LoadTypeServerLoadEvent. getType()Gets the context in which the server was loaded.static ServerLoadEvent.LoadTypeServerLoadEvent.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.Constructors in org.bukkit.event.server with parameters of type ServerLoadEvent.LoadType Constructor Description ServerLoadEvent(@NotNull ServerLoadEvent.LoadType type)Creates aServerLoadEventwith a given loading type.
-