enum

Shatter::Data::Entity::Meta::Pose

Inherits Enum < Comparable < Value < Object

Constants

Standing = 0_u32
FallFlying = 1_u32
Sleeping = 2_u32
Swimming = 3_u32
SpinAttack = 4_u32
Sneaking = 5_u32
LongJumping = 6_u32
Dying = 7_u32
Croaking = 8_u32
UsingTongue = 9_u32
Roaring = 10_u32
Sniffing = 11_u32
Emerging = 12_u32
Digging = 13_u32

Instance methods

croaking?

Returns true if this enum value equals Croaking

Source
digging?

Returns true if this enum value equals Digging

Source
dying?

Returns true if this enum value equals Dying

Source
emerging?

Returns true if this enum value equals Emerging

Source
fall_flying?

Returns true if this enum value equals FallFlying

Source
long_jumping?

Returns true if this enum value equals LongJumping

Source
roaring?

Returns true if this enum value equals Roaring

Source
sleeping?

Returns true if this enum value equals Sleeping

Source
sneaking?

Returns true if this enum value equals Sneaking

Source
sniffing?

Returns true if this enum value equals Sniffing

Source
spin_attack?

Returns true if this enum value equals SpinAttack

Source
standing?

Returns true if this enum value equals Standing

Source
swimming?

Returns true if this enum value equals Swimming

Source
using_tongue?

Returns true if this enum value equals UsingTongue

Source