public enum ResourcePackType extends java.lang.Enum<ResourcePackType>
Enum Constant and Description |
---|
CLIENT_RESOURCES |
SERVER_DATA |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
directoryName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirectoryName() |
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 CLIENT_RESOURCES
public static final ResourcePackType SERVER_DATA
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 nullpublic java.lang.String getDirectoryName()