public static enum EditSession.Stage extends java.lang.Enum<EditSession.Stage>
EditSession.setBlock(BlockVector3, BlockStateHolder, Stage)
to
determine which Extent
s should be bypassed.Enum Constant and Description |
---|
BEFORE_CHANGE |
BEFORE_HISTORY |
BEFORE_REORDER |
Modifier and Type | Method and Description |
---|---|
static EditSession.Stage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditSession.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditSession.Stage BEFORE_HISTORY
public static final EditSession.Stage BEFORE_REORDER
public static final EditSession.Stage BEFORE_CHANGE
public static EditSession.Stage[] values()
for (EditSession.Stage c : EditSession.Stage.values()) System.out.println(c);
public static EditSession.Stage 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