Serializable
, Comparable<SkullType>
Material
instead@Deprecated public enum SkullType extends Enum<SkullType>
Enum Constant | Description |
---|---|
CREEPER |
Deprecated.
|
DRAGON |
Deprecated.
|
PLAYER |
Deprecated.
|
SKELETON |
Deprecated.
|
WITHER |
Deprecated.
|
ZOMBIE |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static SkullType |
valueOf(String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SkullType[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkullType SKELETON
public static final SkullType WITHER
public static final SkullType ZOMBIE
public static final SkullType PLAYER
public static final SkullType CREEPER
public static final SkullType DRAGON
public static SkullType[] values()
for (SkullType c : SkullType.values()) System.out.println(c);
public static SkullType 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 © 2019. All rights reserved.