Uses of Enum
me.ulrich.koth.data.KothEnum.CubLoc
Packages that use KothEnum.CubLoc
Package
Description
-
Uses of KothEnum.CubLoc in me.ulrich.koth.api
Methods in me.ulrich.koth.api with parameters of type KothEnum.CubLocModifier and TypeMethodDescriptionList<org.bukkit.entity.Player>KothAPIManager.getRegionPlayers(UUID kothUUID, KothEnum.CubLoc loc) -
Uses of KothEnum.CubLoc in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.CubLocModifier and TypeMethodDescriptionIslandJoinLeaveData.getCubLoc()CubRegionLoc.getLoc()static KothEnum.CubLocReturns the enum constant of this type with the specified name.static KothEnum.CubLoc[]KothEnum.CubLoc.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.koth.data with parameters of type KothEnum.CubLocModifier and TypeMethodDescriptionvoidIslandJoinLeaveData.setCubLoc(KothEnum.CubLoc cubLoc) voidCubRegionLoc.setLoc(KothEnum.CubLoc loc) Constructors in me.ulrich.koth.data with parameters of type KothEnum.CubLocModifierConstructorDescriptionCubRegionLoc(KothEnum.CubLoc loc, KothData koth) IslandJoinLeaveData(org.bukkit.entity.Player player, KothEnum.MovementWay movementWay, org.bukkit.Location to, UUID kothUUID, KothEnum.CubLoc cubLoc) -
Uses of KothEnum.CubLoc in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces with parameters of type KothEnum.CubLocModifier and TypeMethodDescriptionList<org.bukkit.entity.Player>KothAPI.getRegionPlayers(UUID kothUUID, KothEnum.CubLoc loc) -
Uses of KothEnum.CubLoc in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.CubLocModifier and TypeMethodDescriptionList<org.bukkit.entity.Player>EventManager.getRegionPlayers(UUID kothUUID, KothEnum.CubLoc loc) voidEventManager.playerKothEnter(UUID kothUUID, org.bukkit.entity.Player player, KothEnum.CubLoc cubLoc, KothEnum.MovementWay movementWay) voidEventManager.playerKothLeave(UUID kothUUID, org.bukkit.entity.Player player, KothEnum.CubLoc cubLoc, KothEnum.MovementWay movementWay)