Enum Constant and Description |
---|
AREA |
BIOME |
CAVE |
CHAMELEON |
HIDE |
HOME |
MAKE_HER_BLUE |
OCCUPY |
PLAYER |
REBUILD |
SAVE |
TRANSMAT |
Modifier and Type | Method and Description |
---|---|
int |
getArgs() |
int |
getType() |
static BIND |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BIND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BIND SAVE
public static final BIND CAVE
public static final BIND HIDE
public static final BIND HOME
public static final BIND MAKE_HER_BLUE
public static final BIND OCCUPY
public static final BIND REBUILD
public static final BIND PLAYER
public static final BIND AREA
public static final BIND BIOME
public static final BIND CHAMELEON
public static final BIND TRANSMAT
public static BIND[] values()
for (BIND c : BIND.values()) System.out.println(c);
public static BIND 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 nullpublic int getType()
public int getArgs()