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 BipedEntityRenderState>
@Environment(CLIENT)
public static enum BipedEntityModel.ArmPose
extends Enum<BipedEntityModel.ArmPose>
- Mappings:
- Namespace - Name - named - net/minecraft/client/render/entity/model/BipedEntityModel$ArmPose- intermediary - net/minecraft/class_572$class_573- official - gcp$a
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanstatic BipedEntityModel.ArmPoseReturns the enum constant of this class with the specified name.static BipedEntityModel.ArmPose[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
EMPTY- Mappings:
- Namespace - Name - Mixin selector - named - EMPTY- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;EMPTY:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_3409- Lnet/minecraft/class_572$class_573;field_3409:Lnet/minecraft/class_572$class_573;- official - a- Lgcp$a;a:Lgcp$a;
 
- 
ITEM- Mappings:
- Namespace - Name - Mixin selector - named - ITEM- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;ITEM:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_3410- Lnet/minecraft/class_572$class_573;field_3410:Lnet/minecraft/class_572$class_573;- official - b- Lgcp$a;b:Lgcp$a;
 
- 
BLOCK- Mappings:
- Namespace - Name - Mixin selector - named - BLOCK- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;BLOCK:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_3406- Lnet/minecraft/class_572$class_573;field_3406:Lnet/minecraft/class_572$class_573;- official - c- Lgcp$a;c:Lgcp$a;
 
- 
BOW_AND_ARROW- Mappings:
- Namespace - Name - Mixin selector - named - BOW_AND_ARROW- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;BOW_AND_ARROW:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_3403- Lnet/minecraft/class_572$class_573;field_3403:Lnet/minecraft/class_572$class_573;- official - d- Lgcp$a;d:Lgcp$a;
 
- 
THROW_SPEAR- Mappings:
- Namespace - Name - Mixin selector - named - THROW_SPEAR- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;THROW_SPEAR:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_3407- Lnet/minecraft/class_572$class_573;field_3407:Lnet/minecraft/class_572$class_573;- official - e- Lgcp$a;e:Lgcp$a;
 
- 
CROSSBOW_CHARGE- Mappings:
- Namespace - Name - Mixin selector - named - CROSSBOW_CHARGE- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;CROSSBOW_CHARGE:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_3405- Lnet/minecraft/class_572$class_573;field_3405:Lnet/minecraft/class_572$class_573;- official - f- Lgcp$a;f:Lgcp$a;
 
- 
CROSSBOW_HOLD- Mappings:
- Namespace - Name - Mixin selector - named - CROSSBOW_HOLD- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;CROSSBOW_HOLD:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_3408- Lnet/minecraft/class_572$class_573;field_3408:Lnet/minecraft/class_572$class_573;- official - g- Lgcp$a;g:Lgcp$a;
 
- 
SPYGLASS- Mappings:
- Namespace - Name - Mixin selector - named - SPYGLASS- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;SPYGLASS:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_27434- Lnet/minecraft/class_572$class_573;field_27434:Lnet/minecraft/class_572$class_573;- official - h- Lgcp$a;h:Lgcp$a;
 
- 
TOOT_HORN- Mappings:
- Namespace - Name - Mixin selector - named - TOOT_HORN- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;TOOT_HORN:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_39071- Lnet/minecraft/class_572$class_573;field_39071:Lnet/minecraft/class_572$class_573;- official - i- Lgcp$a;i:Lgcp$a;
 
- 
BRUSH- Mappings:
- Namespace - Name - Mixin selector - named - BRUSH- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;BRUSH:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;- intermediary - field_42877- Lnet/minecraft/class_572$class_573;field_42877:Lnet/minecraft/class_572$class_573;- official - j- Lgcp$a;j:Lgcp$a;
 
 
- 
- 
Field Details- 
twoHandedprivate final boolean twoHanded- Mappings:
- Namespace - Name - Mixin selector - named - twoHanded- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;twoHanded:Z- intermediary - field_25722- Lnet/minecraft/class_572$class_573;field_25722:Z- official - k- Lgcp$a;k:Z
 
 
- 
- 
Constructor Details- 
ArmPoseprivate ArmPose(boolean twoHanded) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;<init>(Ljava/lang/String;IZ)V- intermediary - <init>- Lnet/minecraft/class_572$class_573;<init>(Ljava/lang/String;IZ)V- official - <init>- Lgcp$a;<init>(Ljava/lang/String;IZ)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
isTwoHandedpublic boolean isTwoHanded()- Mappings:
- Namespace - Name - Mixin selector - named - isTwoHanded- Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;isTwoHanded()Z- intermediary - method_30156- Lnet/minecraft/class_572$class_573;method_30156()Z- official - a- Lgcp$a;a()Z
 
 
-