public static enum SkullBlock.Types extends java.lang.Enum<SkullBlock.Types> implements SkullBlock.ISkullType
Enum Constant and Description |
---|
CREEPER |
DRAGON |
PLAYER |
SKELETON |
WITHER_SKELETON |
ZOMBIE |
Modifier and Type | Method and Description |
---|---|
static SkullBlock.Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SkullBlock.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkullBlock.Types SKELETON
public static final SkullBlock.Types WITHER_SKELETON
public static final SkullBlock.Types PLAYER
public static final SkullBlock.Types ZOMBIE
public static final SkullBlock.Types CREEPER
public static final SkullBlock.Types DRAGON
public static SkullBlock.Types[] values()
for (SkullBlock.Types c : SkullBlock.Types.values()) System.out.println(c);
public static SkullBlock.Types 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