Enum 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>,java.lang.constant.Constable
- Enclosing class:
- BipedEntityModel<T extends LivingEntity>
@Environment(CLIENT) public static enum BipedEntityModel.ArmPose extends Enum<BipedEntityModel.ArmPose>
- Mappings:
Namespace Name official ebf$aintermediary net/minecraft/class_572$class_573named net/minecraft/client/render/entity/model/BipedEntityModel$ArmPose
-
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 BLOCKBOW_AND_ARROWCROSSBOW_CHARGECROSSBOW_HOLDEMPTYITEMSPYGLASSTHROW_SPEAR -
Field Summary
Fields Modifier and Type Field Description private booleantwoHanded -
Constructor Summary
Constructors Modifier Constructor Description privateArmPose(boolean twoHanded) -
Method Summary
Modifier and Type Method Description booleanisTwoHanded()static BipedEntityModel.ArmPosevalueOf(String name)Returns the enum constant of this type with the specified name.static BipedEntityModel.ArmPose[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official aLebf$a;a:Lebf$a;intermediary field_3409Lnet/minecraft/class_572$class_573;field_3409:Lnet/minecraft/class_572$class_573;named EMPTYLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;EMPTY:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
ITEM
- Mappings:
Namespace Name Mixin selector official bLebf$a;b:Lebf$a;intermediary field_3410Lnet/minecraft/class_572$class_573;field_3410:Lnet/minecraft/class_572$class_573;named ITEMLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;ITEM:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
BLOCK
- Mappings:
Namespace Name Mixin selector official cLebf$a;c:Lebf$a;intermediary field_3406Lnet/minecraft/class_572$class_573;field_3406:Lnet/minecraft/class_572$class_573;named BLOCKLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;BLOCK:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
BOW_AND_ARROW
- Mappings:
Namespace Name Mixin selector official dLebf$a;d:Lebf$a;intermediary field_3403Lnet/minecraft/class_572$class_573;field_3403:Lnet/minecraft/class_572$class_573;named BOW_AND_ARROWLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;BOW_AND_ARROW:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
THROW_SPEAR
- Mappings:
Namespace Name Mixin selector official eLebf$a;e:Lebf$a;intermediary field_3407Lnet/minecraft/class_572$class_573;field_3407:Lnet/minecraft/class_572$class_573;named THROW_SPEARLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;THROW_SPEAR:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
CROSSBOW_CHARGE
- Mappings:
Namespace Name Mixin selector official fLebf$a;f:Lebf$a;intermediary field_3405Lnet/minecraft/class_572$class_573;field_3405:Lnet/minecraft/class_572$class_573;named CROSSBOW_CHARGELnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;CROSSBOW_CHARGE:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
CROSSBOW_HOLD
- Mappings:
Namespace Name Mixin selector official gLebf$a;g:Lebf$a;intermediary field_3408Lnet/minecraft/class_572$class_573;field_3408:Lnet/minecraft/class_572$class_573;named CROSSBOW_HOLDLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;CROSSBOW_HOLD:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
SPYGLASS
- Mappings:
Namespace Name Mixin selector official hLebf$a;h:Lebf$a;intermediary field_27434Lnet/minecraft/class_572$class_573;field_27434:Lnet/minecraft/class_572$class_573;named SPYGLASSLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;SPYGLASS:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
-
-
Field Details
-
twoHanded
private final boolean twoHanded- Mappings:
Namespace Name Mixin selector official iLebf$a;i:Zintermediary field_25722Lnet/minecraft/class_572$class_573;field_25722:Znamed twoHandedLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;twoHanded:Z
-
-
Constructor Details
-
ArmPose
private ArmPose(boolean twoHanded)- Mappings:
Namespace Name Mixin selector official <init>Lebf$a;<init>(Ljava/lang/String;IZ)Vintermediary <init>Lnet/minecraft/class_572$class_573;<init>(Ljava/lang/String;IZ)Vnamed <init>Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;<init>(Ljava/lang/String;IZ)V
-
-
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
-
isTwoHanded
public boolean isTwoHanded()- Mappings:
Namespace Name Mixin selector official aLebf$a;a()Zintermediary method_30156Lnet/minecraft/class_572$class_573;method_30156()Znamed isTwoHandedLnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;isTwoHanded()Z
-