Package org.bukkit.entity
Enum Class Pose
- All Implemented Interfaces:
- Serializable,- Comparable<Pose>,- Constable
Represents an entity body pose.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionEntity is croaking.Entity is digging.Entity is dead.Entity is emerging.Entity is gliding.Entity is long jumping.Entity is roaring.Entity is sitting.Entity is sleeping.Entity is sneaking.Entity is sniffing.Entity is riptiding with a trident.Entity is standing normally.Entity is swimming.Entity is using its tongue.
- 
Method Summary
- 
Enum Constant Details- 
STANDINGEntity is standing normally.
- 
FALL_FLYINGEntity is gliding.
- 
SLEEPINGEntity is sleeping.
- 
SWIMMINGEntity is swimming.
- 
SPIN_ATTACKEntity is riptiding with a trident.
- 
SNEAKINGEntity is sneaking.
- 
LONG_JUMPINGEntity is long jumping.
- 
DYINGEntity is dead.
- 
CROAKINGEntity is croaking.
- 
USING_TONGUEEntity is using its tongue.
- 
SITTINGEntity is sitting.
- 
ROARINGEntity is roaring.
- 
SNIFFINGEntity is sniffing.
- 
EMERGINGEntity is emerging.
- 
DIGGINGEntity is digging.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
 
-