public static enum SubBlock.PLANE extends Enum<SubBlock.PLANE>
Modifier and Type | Method and Description |
---|---|
static SubBlock.PLANE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubBlock.PLANE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubBlock.PLANE U
public static final SubBlock.PLANE V
public static final SubBlock.PLANE Y1
public static final SubBlock.PLANE Y2
public static SubBlock.PLANE[] values()
for (SubBlock.PLANE c : SubBlock.PLANE.values()) System.out.println(c);
public static SubBlock.PLANE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All Rights Reserved.