Uses of Enum Class
com.xyrisdev.cloud.arena.model.ArenaLocationKey
Packages that use ArenaLocationKey
-
Uses of ArenaLocationKey in com.xyrisdev.cloud.api.handler.arena
Methods in com.xyrisdev.cloud.api.handler.arena with parameters of type ArenaLocationKeyModifier and TypeMethodDescriptionvoidArenaAPI.teleport(String name, ArenaLocationKey location, org.bukkit.entity.Player player) Teleports a player to a specific location in an arena using an ArenaLocationKey enum. -
Uses of ArenaLocationKey in com.xyrisdev.cloud.arena.model
Methods in com.xyrisdev.cloud.arena.model that return ArenaLocationKeyModifier and TypeMethodDescriptionstatic ArenaLocationKeyReturns the enum constant of this class with the specified name.static ArenaLocationKey[]ArenaLocationKey.values()Returns an array containing the constants of this enum class, in the order they are declared.