| Enum Constant and Description |
|---|
ACQUIRE |
BREAK |
DESTROY_WITH |
DISPENSE |
DROP |
EQUIP |
INTERACT |
PLACE |
USE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends BlacklistEvent> |
getEventClass() |
java.lang.String |
getRuleName() |
static EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType BREAK
public static final EventType PLACE
public static final EventType INTERACT
public static final EventType DISPENSE
public static final EventType DESTROY_WITH
public static final EventType ACQUIRE
public static final EventType EQUIP
public static final EventType DROP
public static final EventType USE
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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 nullpublic java.lang.Class<? extends BlacklistEvent> getEventClass()
public java.lang.String getRuleName()