public enum BlockTypes extends java.lang.Enum<BlockTypes>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int blockType) |
static BlockTypes |
findBlockType(int blockType) |
int |
getBlockType() |
static BlockTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockTypes BLOCK_LZ
public static final BlockTypes BLOCK_PPM
public static BlockTypes[] values()
for (BlockTypes c : BlockTypes.values()) System.out.println(c);
public static BlockTypes 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 getBlockType()
public boolean equals(int blockType)
public static BlockTypes findBlockType(int blockType)