Package net.minecraft.entity
Enum Class EntityPose
- All Implemented Interfaces:
Serializable,Comparable<EntityPose>,Constable
- Mappings:
Namespace Name intermediary net/minecraft/class_4050official bgjnamed net/minecraft/entity/EntityPose
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityPoseReturns the enum constant of this class with the specified name.static EntityPose[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STANDING
- Mappings:
Namespace Name Mixin selector intermediary field_18076Lnet/minecraft/class_4050;field_18076:Lnet/minecraft/class_4050;official aLbgj;a:Lbgj;named STANDINGLnet/minecraft/entity/EntityPose;STANDING:Lnet/minecraft/entity/EntityPose;
-
FALL_FLYING
- Mappings:
Namespace Name Mixin selector intermediary field_18077Lnet/minecraft/class_4050;field_18077:Lnet/minecraft/class_4050;official bLbgj;b:Lbgj;named FALL_FLYINGLnet/minecraft/entity/EntityPose;FALL_FLYING:Lnet/minecraft/entity/EntityPose;
-
SLEEPING
- Mappings:
Namespace Name Mixin selector intermediary field_18078Lnet/minecraft/class_4050;field_18078:Lnet/minecraft/class_4050;official cLbgj;c:Lbgj;named SLEEPINGLnet/minecraft/entity/EntityPose;SLEEPING:Lnet/minecraft/entity/EntityPose;
-
SWIMMING
- Mappings:
Namespace Name Mixin selector intermediary field_18079Lnet/minecraft/class_4050;field_18079:Lnet/minecraft/class_4050;official dLbgj;d:Lbgj;named SWIMMINGLnet/minecraft/entity/EntityPose;SWIMMING:Lnet/minecraft/entity/EntityPose;
-
SPIN_ATTACK
- Mappings:
Namespace Name Mixin selector intermediary field_18080Lnet/minecraft/class_4050;field_18080:Lnet/minecraft/class_4050;official eLbgj;e:Lbgj;named SPIN_ATTACKLnet/minecraft/entity/EntityPose;SPIN_ATTACK:Lnet/minecraft/entity/EntityPose;
-
CROUCHING
- Mappings:
Namespace Name Mixin selector intermediary field_18081Lnet/minecraft/class_4050;field_18081:Lnet/minecraft/class_4050;official fLbgj;f:Lbgj;named CROUCHINGLnet/minecraft/entity/EntityPose;CROUCHING:Lnet/minecraft/entity/EntityPose;
-
LONG_JUMPING
- Mappings:
Namespace Name Mixin selector intermediary field_30095Lnet/minecraft/class_4050;field_30095:Lnet/minecraft/class_4050;official gLbgj;g:Lbgj;named LONG_JUMPINGLnet/minecraft/entity/EntityPose;LONG_JUMPING:Lnet/minecraft/entity/EntityPose;
-
DYING
- Mappings:
Namespace Name Mixin selector intermediary field_18082Lnet/minecraft/class_4050;field_18082:Lnet/minecraft/class_4050;official hLbgj;h:Lbgj;named DYINGLnet/minecraft/entity/EntityPose;DYING:Lnet/minecraft/entity/EntityPose;
-
CROAKING
- Mappings:
Namespace Name Mixin selector intermediary field_37422Lnet/minecraft/class_4050;field_37422:Lnet/minecraft/class_4050;official iLbgj;i:Lbgj;named CROAKINGLnet/minecraft/entity/EntityPose;CROAKING:Lnet/minecraft/entity/EntityPose;
-
USING_TONGUE
- Mappings:
Namespace Name Mixin selector intermediary field_37423Lnet/minecraft/class_4050;field_37423:Lnet/minecraft/class_4050;official jLbgj;j:Lbgj;named USING_TONGUELnet/minecraft/entity/EntityPose;USING_TONGUE:Lnet/minecraft/entity/EntityPose;
-
SITTING
- Mappings:
Namespace Name Mixin selector intermediary field_40118Lnet/minecraft/class_4050;field_40118:Lnet/minecraft/class_4050;official kLbgj;k:Lbgj;named SITTINGLnet/minecraft/entity/EntityPose;SITTING:Lnet/minecraft/entity/EntityPose;
-
ROARING
- Mappings:
Namespace Name Mixin selector intermediary field_38097Lnet/minecraft/class_4050;field_38097:Lnet/minecraft/class_4050;official lLbgj;l:Lbgj;named ROARINGLnet/minecraft/entity/EntityPose;ROARING:Lnet/minecraft/entity/EntityPose;
-
SNIFFING
- Mappings:
Namespace Name Mixin selector intermediary field_38098Lnet/minecraft/class_4050;field_38098:Lnet/minecraft/class_4050;official mLbgj;m:Lbgj;named SNIFFINGLnet/minecraft/entity/EntityPose;SNIFFING:Lnet/minecraft/entity/EntityPose;
-
EMERGING
- Mappings:
Namespace Name Mixin selector intermediary field_38099Lnet/minecraft/class_4050;field_38099:Lnet/minecraft/class_4050;official nLbgj;n:Lbgj;named EMERGINGLnet/minecraft/entity/EntityPose;EMERGING:Lnet/minecraft/entity/EntityPose;
-
DIGGING
- Mappings:
Namespace Name Mixin selector intermediary field_38100Lnet/minecraft/class_4050;field_38100:Lnet/minecraft/class_4050;official oLbgj;o:Lbgj;named DIGGINGLnet/minecraft/entity/EntityPose;DIGGING:Lnet/minecraft/entity/EntityPose;
-
-
Constructor Details
-
EntityPose
private EntityPose()
-
-
Method Details
-
values
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
-
valueOf
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 nameNullPointerException- if the argument is null
-