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