| Enum Constant and Description |
|---|
BLOCK_ENTITY |
CHUNK |
ENTITY |
ITEM_INSTANCE |
LEVEL |
OPTIONS |
PLAYER |
STRUCTURE |
| Modifier and Type | Method and Description |
|---|---|
static FixTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FixTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FixTypes LEVEL
public static final FixTypes PLAYER
public static final FixTypes CHUNK
public static final FixTypes BLOCK_ENTITY
public static final FixTypes ENTITY
public static final FixTypes ITEM_INSTANCE
public static final FixTypes OPTIONS
public static final FixTypes STRUCTURE
public static FixTypes[] values()
for (FixTypes c : FixTypes.values()) System.out.println(c);
public static FixTypes 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