public static enum EnumWrappers.ResourcePackStatus extends Enum<EnumWrappers.ResourcePackStatus>
| Enum Constant and Description |
|---|
ACCEPTED |
DECLINED |
FAILED_DOWNLOAD |
SUCCESSFULLY_LOADED |
| Modifier and Type | Method and Description |
|---|---|
static EnumWrappers.ResourcePackStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumWrappers.ResourcePackStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumWrappers.ResourcePackStatus SUCCESSFULLY_LOADED
public static final EnumWrappers.ResourcePackStatus DECLINED
public static final EnumWrappers.ResourcePackStatus FAILED_DOWNLOAD
public static final EnumWrappers.ResourcePackStatus ACCEPTED
public static EnumWrappers.ResourcePackStatus[] values()
for (EnumWrappers.ResourcePackStatus c : EnumWrappers.ResourcePackStatus.values()) System.out.println(c);
public static EnumWrappers.ResourcePackStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.