Uses of Enum Class
com.palmergames.bukkit.towny.object.PlayerCache.TownBlockStatus
Package
Description
-
Uses of PlayerCache.TownBlockStatus in com.palmergames.bukkit.towny
Modifier and TypeMethodDescriptionTownyAPI.hasNationZone
(WorldCoord worldCoord) Method to figure out if a worldcoord in the wilderness is normal wilderness of nation zone.TownyAPI.hasNationZone
(org.bukkit.Location location) Method to figure out if a location in the wilderness is normal wilderness of nation zone. -
Uses of PlayerCache.TownBlockStatus in com.palmergames.bukkit.towny.event.player
Modifier and TypeMethodDescriptionvoid
PlayerCacheGetTownBlockStatusEvent.setTownBlockStatus
(PlayerCache.TownBlockStatus townBlockStatus) ModifierConstructorDescriptionPlayerCacheGetTownBlockStatusEvent
(org.bukkit.entity.Player player, WorldCoord worldCoord, PlayerCache.TownBlockStatus townBlockStatus) -
Uses of PlayerCache.TownBlockStatus in com.palmergames.bukkit.towny.object
Modifier and TypeMethodDescriptionPlayerCache.getStatus()
static PlayerCache.TownBlockStatus
Returns the enum constant of this class with the specified name.static PlayerCache.TownBlockStatus[]
PlayerCache.TownBlockStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
PlayerCache.setStatus
(PlayerCache.TownBlockStatus townBlockStatus) -
Uses of PlayerCache.TownBlockStatus in com.palmergames.bukkit.towny.utils
Modifier and TypeMethodDescriptionstatic PlayerCache.TownBlockStatus
PlayerCacheUtil.cacheStatus
(org.bukkit.entity.Player player, WorldCoord worldCoord, PlayerCache.TownBlockStatus townBlockStatus) Update and return back the townBlockStatus for the player at this worldCoord.static PlayerCache.TownBlockStatus
PlayerCacheUtil.fetchTownBlockStatus
(org.bukkit.entity.Player player, WorldCoord worldCoord) Wrapper forPlayerCacheUtil.getTownBlockStatus(Player, WorldCoord)
which allows another plugin to alter the pre-determined TownBlockStatus.static PlayerCache.TownBlockStatus
PlayerCacheUtil.getTownBlockStatus
(org.bukkit.entity.Player player, WorldCoord worldCoord) Fetch the TownBlockStatus type for this player at this WorldCoord.Modifier and TypeMethodDescriptionstatic PlayerCache.TownBlockStatus
PlayerCacheUtil.cacheStatus
(org.bukkit.entity.Player player, WorldCoord worldCoord, PlayerCache.TownBlockStatus townBlockStatus) Update and return back the townBlockStatus for the player at this worldCoord.