public static enum AbstractBlock.OffsetType extends Enum<AbstractBlock.OffsetType>
Modifier and Type | Method and Description |
---|---|
static AbstractBlock.OffsetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBlock.OffsetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractBlock.OffsetType NONE
public static final AbstractBlock.OffsetType XZ
public static final AbstractBlock.OffsetType XYZ
public static AbstractBlock.OffsetType[] values()
for (AbstractBlock.OffsetType c : AbstractBlock.OffsetType.values()) System.out.println(c);
public static AbstractBlock.OffsetType 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 null