Package zombie.commands
Class PlayerType
java.lang.Object
zombie.commands.PlayerType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte
fromString
(String string) static boolean
isPrivileged
(byte byte1) static String
toString
(byte byte1)
-
Field Details
-
deprecated
public static final byte deprecated- See Also:
-
fromServerOnly
public static final byte fromServerOnly- See Also:
-
player
public static final byte player- See Also:
-
observer
public static final byte observer- See Also:
-
gm
public static final byte gm- See Also:
-
overseer
public static final byte overseer- See Also:
-
moderator
public static final byte moderator- See Also:
-
admin
public static final byte admin- See Also:
-
all
public static final byte all- See Also:
-
allExceptPlayer
public static final byte allExceptPlayer- See Also:
-
-
Method Details
-
toString
-
fromString
-
isPrivileged
public static boolean isPrivileged(byte byte1)
-