Uses of Enum
me.ulrich.outpost.data.OutpostEnum.CubLoc
Packages that use OutpostEnum.CubLoc
-
Uses of OutpostEnum.CubLoc in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostEnum.CubLocModifier and TypeMethodDescriptionIslandJoinLeaveData.getCubLoc()CubRegionLoc.getLoc()static OutpostEnum.CubLocReturns the enum constant of this type with the specified name.static OutpostEnum.CubLoc[]OutpostEnum.CubLoc.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.outpost.data with parameters of type OutpostEnum.CubLocModifier and TypeMethodDescriptionvoidIslandJoinLeaveData.setCubLoc(OutpostEnum.CubLoc cubLoc) voidCubRegionLoc.setLoc(OutpostEnum.CubLoc loc) Constructors in me.ulrich.outpost.data with parameters of type OutpostEnum.CubLocModifierConstructorDescriptionCubRegionLoc(OutpostEnum.CubLoc loc, OutpostData koth) IslandJoinLeaveData(org.bukkit.entity.Player player, OutpostEnum.MovementWay movementWay, org.bukkit.Location to, UUID kothUUID, OutpostEnum.CubLoc cubLoc) -
Uses of OutpostEnum.CubLoc in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager with parameters of type OutpostEnum.CubLocModifier and TypeMethodDescriptionList<org.bukkit.entity.Player>EventManager.getRegionPlayers(UUID outpostUUID, OutpostEnum.CubLoc loc) booleanEventManager.playerExpelOutpost(OutpostData outpost, org.bukkit.entity.Player player, OutpostEnum.CubLoc cubLoc, OutpostEnum.MovementWay movementWay) booleanEventManager.playerHasRequerimentsOutpost(OutpostData outpost, org.bukkit.entity.Player player, OutpostEnum.CubLoc cubLoc, OutpostEnum.MovementWay movementWay) voidEventManager.playerOutpostEnter(UUID outpostUUID, org.bukkit.entity.Player player, OutpostEnum.CubLoc cubLoc, OutpostEnum.MovementWay movementWay) voidEventManager.playerOutpostLeave(UUID outpostUUID, org.bukkit.entity.Player player, OutpostEnum.CubLoc cubLoc, OutpostEnum.MovementWay movementWay)