| Package | Description |
|---|---|
| com.palmergames.bukkit.towny.object | |
| com.palmergames.bukkit.towny.utils |
| Modifier and Type | Method and Description |
|---|---|
PlayerCache.TownBlockStatus |
PlayerCache.getStatus() |
static PlayerCache.TownBlockStatus |
PlayerCache.TownBlockStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerCache.TownBlockStatus[] |
PlayerCache.TownBlockStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerCache.setStatus(PlayerCache.TownBlockStatus townBlockStatus) |
| Modifier and Type | Method and Description |
|---|---|
static 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.getTownBlockStatus(org.bukkit.entity.Player player,
WorldCoord worldCoord)
Fetch the TownBlockStatus type for this player at this WorldCoord.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|