Uses of Enum Class
com.xyrisdev.cloud.lobby.model.LocationKey
Packages that use LocationKey
-
Uses of LocationKey in com.xyrisdev.cloud.api.handler.lobby
Methods in com.xyrisdev.cloud.api.handler.lobby with parameters of type LocationKeyModifier and TypeMethodDescriptionvoidLobbyAPI.teleport(org.bukkit.entity.Player player, LocationKey key) Teleports a player to one of the lobby locations (center, corner1, or corner2) based on the givenLocationKey. -
Uses of LocationKey in com.xyrisdev.cloud.lobby.model
Methods in com.xyrisdev.cloud.lobby.model that return LocationKeyModifier and TypeMethodDescriptionstatic @Nullable LocationKeyLocationKey.fromString(String name) Converts a string to the correspondingLocationKeyenum value.static LocationKeyReturns the enum constant of this class with the specified name.static LocationKey[]LocationKey.values()Returns an array containing the constants of this enum class, in the order they are declared.