Serializable, Comparable<Skeleton.SkeletonType>@Deprecated public static enum Skeleton.SkeletonType extends Enum<Skeleton.SkeletonType>
| Enum Constant | Description | 
|---|---|
| NORMAL | Deprecated.  Standard skeleton type. | 
| STRAY | Deprecated.  Stray skeleton. | 
| WITHER | Deprecated.  Wither skeleton. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static Skeleton.SkeletonType | valueOf(String name) | Deprecated.  Returns the enum constant of this type with the specified name. | 
| static Skeleton.SkeletonType[] | values() | Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Skeleton.SkeletonType NORMAL
public static final Skeleton.SkeletonType WITHER
public static final Skeleton.SkeletonType STRAY
public static Skeleton.SkeletonType[] values()
for (Skeleton.SkeletonType c : Skeleton.SkeletonType.values()) System.out.println(c);
public static Skeleton.SkeletonType 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 © 2020. All rights reserved.