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