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