public static enum PlayerCache.TownBlockStatus extends java.lang.Enum<PlayerCache.TownBlockStatus>
| Enum Constant and Description |
|---|
ADMIN |
ENEMY |
LOCKED |
NOT_REGISTERED |
OFF_WORLD |
OUTSIDER |
PLOT_ALLY |
PLOT_FRIEND |
PLOT_OWNER |
TOWN_ALLY |
TOWN_OWNER |
TOWN_RESIDENT |
UNCLAIMED_ZONE |
UNKOWN |
WARZONE |
| Modifier and Type | Method and Description |
|---|---|
static PlayerCache.TownBlockStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerCache.TownBlockStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerCache.TownBlockStatus UNKOWN
public static final PlayerCache.TownBlockStatus NOT_REGISTERED
public static final PlayerCache.TownBlockStatus OFF_WORLD
public static final PlayerCache.TownBlockStatus ADMIN
public static final PlayerCache.TownBlockStatus UNCLAIMED_ZONE
public static final PlayerCache.TownBlockStatus LOCKED
public static final PlayerCache.TownBlockStatus WARZONE
public static final PlayerCache.TownBlockStatus OUTSIDER
public static final PlayerCache.TownBlockStatus PLOT_OWNER
public static final PlayerCache.TownBlockStatus PLOT_FRIEND
public static final PlayerCache.TownBlockStatus PLOT_ALLY
public static final PlayerCache.TownBlockStatus TOWN_OWNER
public static final PlayerCache.TownBlockStatus TOWN_RESIDENT
public static final PlayerCache.TownBlockStatus TOWN_ALLY
public static final PlayerCache.TownBlockStatus ENEMY
public static PlayerCache.TownBlockStatus[] values()
for (PlayerCache.TownBlockStatus c : PlayerCache.TownBlockStatus.values()) System.out.println(c);
public static PlayerCache.TownBlockStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null