Package net.minecraft.entity
Enum EntityPose
- All Implemented Interfaces:
Serializable,Comparable<EntityPose>,java.lang.constant.Constable
public enum EntityPose extends Enum<EntityPose>
- Mappings:
Namespace Name official atjintermediary net/minecraft/class_4050named 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 Constants Enum Constant Description CROUCHINGDYINGFALL_FLYINGLONG_JUMPINGSLEEPINGSPIN_ATTACKSTANDINGSWIMMING -
Constructor Summary
Constructors Modifier Constructor Description privateEntityPose() -
Method Summary
Modifier and Type Method Description static EntityPosevalueOf(String name)Returns the enum constant of this type with the specified name.static EntityPose[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STANDING
- Mappings:
Namespace Name Mixin selector official aLatj;a:Latj;intermediary field_18076Lnet/minecraft/class_4050;field_18076:Lnet/minecraft/class_4050;named STANDINGLnet/minecraft/entity/EntityPose;STANDING:Lnet/minecraft/entity/EntityPose;
-
FALL_FLYING
- Mappings:
Namespace Name Mixin selector official bLatj;b:Latj;intermediary field_18077Lnet/minecraft/class_4050;field_18077:Lnet/minecraft/class_4050;named FALL_FLYINGLnet/minecraft/entity/EntityPose;FALL_FLYING:Lnet/minecraft/entity/EntityPose;
-
SLEEPING
- Mappings:
Namespace Name Mixin selector official cLatj;c:Latj;intermediary field_18078Lnet/minecraft/class_4050;field_18078:Lnet/minecraft/class_4050;named SLEEPINGLnet/minecraft/entity/EntityPose;SLEEPING:Lnet/minecraft/entity/EntityPose;
-
SWIMMING
- Mappings:
Namespace Name Mixin selector official dLatj;d:Latj;intermediary field_18079Lnet/minecraft/class_4050;field_18079:Lnet/minecraft/class_4050;named SWIMMINGLnet/minecraft/entity/EntityPose;SWIMMING:Lnet/minecraft/entity/EntityPose;
-
SPIN_ATTACK
- Mappings:
Namespace Name Mixin selector official eLatj;e:Latj;intermediary field_18080Lnet/minecraft/class_4050;field_18080:Lnet/minecraft/class_4050;named SPIN_ATTACKLnet/minecraft/entity/EntityPose;SPIN_ATTACK:Lnet/minecraft/entity/EntityPose;
-
CROUCHING
- Mappings:
Namespace Name Mixin selector official fLatj;f:Latj;intermediary field_18081Lnet/minecraft/class_4050;field_18081:Lnet/minecraft/class_4050;named CROUCHINGLnet/minecraft/entity/EntityPose;CROUCHING:Lnet/minecraft/entity/EntityPose;
-
LONG_JUMPING
- Mappings:
Namespace Name Mixin selector official gLatj;g:Latj;intermediary field_30095Lnet/minecraft/class_4050;field_30095:Lnet/minecraft/class_4050;named LONG_JUMPINGLnet/minecraft/entity/EntityPose;LONG_JUMPING:Lnet/minecraft/entity/EntityPose;
-
DYING
- Mappings:
Namespace Name Mixin selector official hLatj;h:Latj;intermediary field_18082Lnet/minecraft/class_4050;field_18082:Lnet/minecraft/class_4050;named DYINGLnet/minecraft/entity/EntityPose;DYING:Lnet/minecraft/entity/EntityPose;
-
-
Constructor Details
-
EntityPose
private EntityPose()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-