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