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