Enum Class BipedEntityModel.ArmPose

java.lang.Object
java.lang.Enum<BipedEntityModel.ArmPose>
net.minecraft.client.render.entity.model.BipedEntityModel.ArmPose
All Implemented Interfaces:
Serializable, Comparable<BipedEntityModel.ArmPose>, Constable
Enclosing class:
BipedEntityModel<T extends LivingEntity>

@Environment(CLIENT) public static enum BipedEntityModel.ArmPose extends Enum<BipedEntityModel.ArmPose>
Mappings:
Namespace Name
official evw$a
intermediary net/minecraft/class_572$class_573
named net/minecraft/client/render/entity/model/BipedEntityModel$ArmPose
  • Enum Constant Details

    • EMPTY

      public static final BipedEntityModel.ArmPose EMPTY
      Mappings:
      Namespace Name Mixin selector
      official a Levw$a;a:Levw$a;
      intermediary field_3409 Lnet/minecraft/class_572$class_573;field_3409:Lnet/minecraft/class_572$class_573;
      named EMPTY Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;EMPTY:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • ITEM

      public static final BipedEntityModel.ArmPose ITEM
      Mappings:
      Namespace Name Mixin selector
      official b Levw$a;b:Levw$a;
      intermediary field_3410 Lnet/minecraft/class_572$class_573;field_3410:Lnet/minecraft/class_572$class_573;
      named ITEM Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;ITEM:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • BLOCK

      public static final BipedEntityModel.ArmPose BLOCK
      Mappings:
      Namespace Name Mixin selector
      official c Levw$a;c:Levw$a;
      intermediary field_3406 Lnet/minecraft/class_572$class_573;field_3406:Lnet/minecraft/class_572$class_573;
      named BLOCK Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;BLOCK:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • BOW_AND_ARROW

      public static final BipedEntityModel.ArmPose BOW_AND_ARROW
      Mappings:
      Namespace Name Mixin selector
      official d Levw$a;d:Levw$a;
      intermediary field_3403 Lnet/minecraft/class_572$class_573;field_3403:Lnet/minecraft/class_572$class_573;
      named BOW_AND_ARROW Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;BOW_AND_ARROW:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • THROW_SPEAR

      public static final BipedEntityModel.ArmPose THROW_SPEAR
      Mappings:
      Namespace Name Mixin selector
      official e Levw$a;e:Levw$a;
      intermediary field_3407 Lnet/minecraft/class_572$class_573;field_3407:Lnet/minecraft/class_572$class_573;
      named THROW_SPEAR Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;THROW_SPEAR:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • CROSSBOW_CHARGE

      public static final BipedEntityModel.ArmPose CROSSBOW_CHARGE
      Mappings:
      Namespace Name Mixin selector
      official f Levw$a;f:Levw$a;
      intermediary field_3405 Lnet/minecraft/class_572$class_573;field_3405:Lnet/minecraft/class_572$class_573;
      named CROSSBOW_CHARGE Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;CROSSBOW_CHARGE:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • CROSSBOW_HOLD

      public static final BipedEntityModel.ArmPose CROSSBOW_HOLD
      Mappings:
      Namespace Name Mixin selector
      official g Levw$a;g:Levw$a;
      intermediary field_3408 Lnet/minecraft/class_572$class_573;field_3408:Lnet/minecraft/class_572$class_573;
      named CROSSBOW_HOLD Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;CROSSBOW_HOLD:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • SPYGLASS

      public static final BipedEntityModel.ArmPose SPYGLASS
      Mappings:
      Namespace Name Mixin selector
      official h Levw$a;h:Levw$a;
      intermediary field_27434 Lnet/minecraft/class_572$class_573;field_27434:Lnet/minecraft/class_572$class_573;
      named SPYGLASS Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;SPYGLASS:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
    • TOOT_HORN

      public static final BipedEntityModel.ArmPose TOOT_HORN
      Mappings:
      Namespace Name Mixin selector
      official i Levw$a;i:Levw$a;
      intermediary field_39071 Lnet/minecraft/class_572$class_573;field_39071:Lnet/minecraft/class_572$class_573;
      named TOOT_HORN Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;TOOT_HORN:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
  • Field Details

    • twoHanded

      private final boolean twoHanded
      Mappings:
      Namespace Name Mixin selector
      official j Levw$a;j:Z
      intermediary field_25722 Lnet/minecraft/class_572$class_573;field_25722:Z
      named twoHanded Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;twoHanded:Z
  • Constructor Details

    • ArmPose

      private ArmPose(boolean twoHanded)
      Mappings:
      Namespace Name Mixin selector
      official <init> Levw$a;<init>(Ljava/lang/String;IZ)V
      intermediary <init> Lnet/minecraft/class_572$class_573;<init>(Ljava/lang/String;IZ)V
      named <init> Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;<init>(Ljava/lang/String;IZ)V
  • Method Details

    • values

      public static BipedEntityModel.ArmPose[] 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 BipedEntityModel.ArmPose 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
    • isTwoHanded

      public boolean isTwoHanded()
      Mappings:
      Namespace Name Mixin selector
      official a Levw$a;a()Z
      intermediary method_30156 Lnet/minecraft/class_572$class_573;method_30156()Z
      named isTwoHanded Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;isTwoHanded()Z