public static enum SchematicPrinter.PrintStage extends java.lang.Enum<SchematicPrinter.PrintStage>
| Enum Constant and Description |
|---|
BLOCKS |
DEFERRED_BLOCKS |
ENTITIES |
| Modifier and Type | Method and Description |
|---|---|
static SchematicPrinter.PrintStage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchematicPrinter.PrintStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchematicPrinter.PrintStage BLOCKS
public static final SchematicPrinter.PrintStage DEFERRED_BLOCKS
public static final SchematicPrinter.PrintStage ENTITIES
public static SchematicPrinter.PrintStage[] values()
for (SchematicPrinter.PrintStage c : SchematicPrinter.PrintStage.values()) System.out.println(c);
public static SchematicPrinter.PrintStage 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