Uses of Enum Class
com.palmergames.bukkit.towny.object.PlayerCache.TownBlockStatus
Packages that use PlayerCache.TownBlockStatus
Package
Description
-
Uses of PlayerCache.TownBlockStatus in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny that return PlayerCache.TownBlockStatusModifier 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
Methods in com.palmergames.bukkit.towny.event.player that return PlayerCache.TownBlockStatusMethods in com.palmergames.bukkit.towny.event.player with parameters of type PlayerCache.TownBlockStatusModifier and TypeMethodDescriptionvoid
PlayerCacheGetTownBlockStatusEvent.setTownBlockStatus
(PlayerCache.TownBlockStatus townBlockStatus) Constructors in com.palmergames.bukkit.towny.event.player with parameters of type PlayerCache.TownBlockStatusModifierConstructorDescriptionPlayerCacheGetTownBlockStatusEvent
(org.bukkit.entity.Player player, WorldCoord worldCoord, PlayerCache.TownBlockStatus townBlockStatus) -
Uses of PlayerCache.TownBlockStatus in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that return PlayerCache.TownBlockStatusModifier 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.Methods in com.palmergames.bukkit.towny.object with parameters of type PlayerCache.TownBlockStatusModifier and TypeMethodDescriptionvoid
PlayerCache.setStatus
(PlayerCache.TownBlockStatus townBlockStatus) -
Uses of PlayerCache.TownBlockStatus in com.palmergames.bukkit.towny.utils
Methods in com.palmergames.bukkit.towny.utils that return PlayerCache.TownBlockStatusModifier 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.Methods in com.palmergames.bukkit.towny.utils with parameters of type PlayerCache.TownBlockStatusModifier 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.