Package org.bukkit.entity
Enum Class Skeleton.SkeletonType
- All Implemented Interfaces:
- Serializable,- Comparable<Skeleton.SkeletonType>,- Constable
- Enclosing interface:
- Skeleton
@Deprecated(since="1.11")
public static enum Skeleton.SkeletonType
extends Enum<Skeleton.SkeletonType>
Deprecated.
classes are different types. This interface only remains in
     the Skeleton interface to preserve backwards compatibility.
A legacy enum that defines the different variances of skeleton-like
 entities on the server.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier and TypeMethodDescriptionstatic Skeleton.SkeletonTypeDeprecated.Returns the enum constant of this class with the specified name.static Skeleton.SkeletonType[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
NORMALDeprecated.Standard skeleton type.
- 
WITHERDeprecated.Wither skeleton. Generally found in Nether fortresses.
- 
STRAYDeprecated.Stray skeleton. Generally found in ice biomes. Shoots tipped arrows.
- 
BOGGEDDeprecated.Bogged skeleton.
 
- 
- 
Method Details- 
valuesDeprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfDeprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-