public enum ResourcePackType extends java.lang.Enum<ResourcePackType>
| Enum Constant and Description |
|---|
ADDON |
CACHED |
COPY_PROTECTED |
DATA_ADD_ON |
INVALID |
PERSONA_PIECE |
RESOURCES |
SKINS |
WORLD_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePackType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcePackType INVALID
public static final ResourcePackType RESOURCES
public static final ResourcePackType DATA_ADD_ON
public static final ResourcePackType WORLD_TEMPLATE
public static final ResourcePackType ADDON
public static final ResourcePackType SKINS
public static final ResourcePackType CACHED
public static final ResourcePackType COPY_PROTECTED
public static final ResourcePackType PERSONA_PIECE
public static ResourcePackType[] values()
for (ResourcePackType c : ResourcePackType.values()) System.out.println(c);
public static ResourcePackType 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