Enum Class EntityPose

java.lang.Object
java.lang.Enum<EntityPose>
net.minecraft.entity.EntityPose
All Implemented Interfaces:
Serializable, Comparable<EntityPose>, Constable

public enum EntityPose extends Enum<EntityPose>
Mappings:
Namespace Name
official bes
intermediary net/minecraft/class_4050
named net/minecraft/entity/EntityPose
  • Enum Constant Details

    • STANDING

      public static final EntityPose STANDING
      Mappings:
      Namespace Name Mixin selector
      official a Lbes;a:Lbes;
      intermediary field_18076 Lnet/minecraft/class_4050;field_18076:Lnet/minecraft/class_4050;
      named STANDING Lnet/minecraft/entity/EntityPose;STANDING:Lnet/minecraft/entity/EntityPose;
    • FALL_FLYING

      public static final EntityPose FALL_FLYING
      Mappings:
      Namespace Name Mixin selector
      official b Lbes;b:Lbes;
      intermediary field_18077 Lnet/minecraft/class_4050;field_18077:Lnet/minecraft/class_4050;
      named FALL_FLYING Lnet/minecraft/entity/EntityPose;FALL_FLYING:Lnet/minecraft/entity/EntityPose;
    • SLEEPING

      public static final EntityPose SLEEPING
      Mappings:
      Namespace Name Mixin selector
      official c Lbes;c:Lbes;
      intermediary field_18078 Lnet/minecraft/class_4050;field_18078:Lnet/minecraft/class_4050;
      named SLEEPING Lnet/minecraft/entity/EntityPose;SLEEPING:Lnet/minecraft/entity/EntityPose;
    • SWIMMING

      public static final EntityPose SWIMMING
      Mappings:
      Namespace Name Mixin selector
      official d Lbes;d:Lbes;
      intermediary field_18079 Lnet/minecraft/class_4050;field_18079:Lnet/minecraft/class_4050;
      named SWIMMING Lnet/minecraft/entity/EntityPose;SWIMMING:Lnet/minecraft/entity/EntityPose;
    • SPIN_ATTACK

      public static final EntityPose SPIN_ATTACK
      Mappings:
      Namespace Name Mixin selector
      official e Lbes;e:Lbes;
      intermediary field_18080 Lnet/minecraft/class_4050;field_18080:Lnet/minecraft/class_4050;
      named SPIN_ATTACK Lnet/minecraft/entity/EntityPose;SPIN_ATTACK:Lnet/minecraft/entity/EntityPose;
    • CROUCHING

      public static final EntityPose CROUCHING
      Mappings:
      Namespace Name Mixin selector
      official f Lbes;f:Lbes;
      intermediary field_18081 Lnet/minecraft/class_4050;field_18081:Lnet/minecraft/class_4050;
      named CROUCHING Lnet/minecraft/entity/EntityPose;CROUCHING:Lnet/minecraft/entity/EntityPose;
    • LONG_JUMPING

      public static final EntityPose LONG_JUMPING
      Mappings:
      Namespace Name Mixin selector
      official g Lbes;g:Lbes;
      intermediary field_30095 Lnet/minecraft/class_4050;field_30095:Lnet/minecraft/class_4050;
      named LONG_JUMPING Lnet/minecraft/entity/EntityPose;LONG_JUMPING:Lnet/minecraft/entity/EntityPose;
    • DYING

      public static final EntityPose DYING
      Mappings:
      Namespace Name Mixin selector
      official h Lbes;h:Lbes;
      intermediary field_18082 Lnet/minecraft/class_4050;field_18082:Lnet/minecraft/class_4050;
      named DYING Lnet/minecraft/entity/EntityPose;DYING:Lnet/minecraft/entity/EntityPose;
    • CROAKING

      public static final EntityPose CROAKING
      Mappings:
      Namespace Name Mixin selector
      official i Lbes;i:Lbes;
      intermediary field_37422 Lnet/minecraft/class_4050;field_37422:Lnet/minecraft/class_4050;
      named CROAKING Lnet/minecraft/entity/EntityPose;CROAKING:Lnet/minecraft/entity/EntityPose;
    • USING_TONGUE

      public static final EntityPose USING_TONGUE
      Mappings:
      Namespace Name Mixin selector
      official j Lbes;j:Lbes;
      intermediary field_37423 Lnet/minecraft/class_4050;field_37423:Lnet/minecraft/class_4050;
      named USING_TONGUE Lnet/minecraft/entity/EntityPose;USING_TONGUE:Lnet/minecraft/entity/EntityPose;
    • SITTING

      public static final EntityPose SITTING
      Mappings:
      Namespace Name Mixin selector
      official k Lbes;k:Lbes;
      intermediary field_40118 Lnet/minecraft/class_4050;field_40118:Lnet/minecraft/class_4050;
      named SITTING Lnet/minecraft/entity/EntityPose;SITTING:Lnet/minecraft/entity/EntityPose;
    • ROARING

      public static final EntityPose ROARING
      Mappings:
      Namespace Name Mixin selector
      official l Lbes;l:Lbes;
      intermediary field_38097 Lnet/minecraft/class_4050;field_38097:Lnet/minecraft/class_4050;
      named ROARING Lnet/minecraft/entity/EntityPose;ROARING:Lnet/minecraft/entity/EntityPose;
    • SNIFFING

      public static final EntityPose SNIFFING
      Mappings:
      Namespace Name Mixin selector
      official m Lbes;m:Lbes;
      intermediary field_38098 Lnet/minecraft/class_4050;field_38098:Lnet/minecraft/class_4050;
      named SNIFFING Lnet/minecraft/entity/EntityPose;SNIFFING:Lnet/minecraft/entity/EntityPose;
    • EMERGING

      public static final EntityPose EMERGING
      Mappings:
      Namespace Name Mixin selector
      official n Lbes;n:Lbes;
      intermediary field_38099 Lnet/minecraft/class_4050;field_38099:Lnet/minecraft/class_4050;
      named EMERGING Lnet/minecraft/entity/EntityPose;EMERGING:Lnet/minecraft/entity/EntityPose;
    • DIGGING

      public static final EntityPose DIGGING
      Mappings:
      Namespace Name Mixin selector
      official o Lbes;o:Lbes;
      intermediary field_38100 Lnet/minecraft/class_4050;field_38100:Lnet/minecraft/class_4050;
      named DIGGING Lnet/minecraft/entity/EntityPose;DIGGING:Lnet/minecraft/entity/EntityPose;
  • Constructor Details

    • EntityPose

      private EntityPose()
  • Method Details

    • values

      public static EntityPose[] 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

      public static EntityPose valueOf(String name)
      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