public static enum SkullUtil.CustomSkullType extends Enum<SkullUtil.CustomSkullType>
Enum Constant and Description |
---|
ARROW_DOWN |
ARROW_LEFT |
ARROW_RIGHT |
ARROW_UP |
BAT |
BLAZE |
CAVE_SPIDER |
CHICKEN |
COW |
CREEPER |
ENDER_DRAGON |
ENDERMAN |
GHAST |
GUARDIAN |
HORSE |
IRON_GOLEM |
MAGMA_CUBE |
MUSHROOM_COW |
OCELOT |
PIG |
PIG_ZOMBIE |
RABBIT |
SHEEP |
SILVERFISH |
SKELETON |
SLIME |
SNOWMAN |
SPIDER |
SQUID |
VILLAGER |
WITCH |
WOLF |
ZOMBIE |
Modifier and Type | Method and Description |
---|---|
static SkullUtil.CustomSkullType |
get(String owner) |
String |
getOwner() |
static SkullUtil.CustomSkullType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkullUtil.CustomSkullType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkullUtil.CustomSkullType SPIDER
public static final SkullUtil.CustomSkullType ENDERMAN
public static final SkullUtil.CustomSkullType BLAZE
public static final SkullUtil.CustomSkullType HORSE
public static final SkullUtil.CustomSkullType SQUID
public static final SkullUtil.CustomSkullType SILVERFISH
public static final SkullUtil.CustomSkullType ENDER_DRAGON
public static final SkullUtil.CustomSkullType SLIME
public static final SkullUtil.CustomSkullType IRON_GOLEM
public static final SkullUtil.CustomSkullType MUSHROOM_COW
public static final SkullUtil.CustomSkullType BAT
public static final SkullUtil.CustomSkullType PIG_ZOMBIE
public static final SkullUtil.CustomSkullType SNOWMAN
public static final SkullUtil.CustomSkullType GHAST
public static final SkullUtil.CustomSkullType PIG
public static final SkullUtil.CustomSkullType VILLAGER
public static final SkullUtil.CustomSkullType SHEEP
public static final SkullUtil.CustomSkullType COW
public static final SkullUtil.CustomSkullType CHICKEN
public static final SkullUtil.CustomSkullType OCELOT
public static final SkullUtil.CustomSkullType WITCH
public static final SkullUtil.CustomSkullType MAGMA_CUBE
public static final SkullUtil.CustomSkullType WOLF
public static final SkullUtil.CustomSkullType CAVE_SPIDER
public static final SkullUtil.CustomSkullType RABBIT
public static final SkullUtil.CustomSkullType GUARDIAN
public static final SkullUtil.CustomSkullType CREEPER
public static final SkullUtil.CustomSkullType SKELETON
public static final SkullUtil.CustomSkullType ZOMBIE
public static final SkullUtil.CustomSkullType ARROW_UP
public static final SkullUtil.CustomSkullType ARROW_DOWN
public static final SkullUtil.CustomSkullType ARROW_LEFT
public static final SkullUtil.CustomSkullType ARROW_RIGHT
public static SkullUtil.CustomSkullType[] values()
for (SkullUtil.CustomSkullType c : SkullUtil.CustomSkullType.values()) System.out.println(c);
public static SkullUtil.CustomSkullType 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 nullpublic String getOwner()
public static SkullUtil.CustomSkullType get(String owner)