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