Class ArmedEntityRenderState

Direct Known Subclasses:
AllayEntityRenderState, BipedEntityRenderState, IllagerEntityRenderState, VexEntityRenderState

@Environment(CLIENT) public class ArmedEntityRenderState extends LivingEntityRenderState
Mappings:
Namespace Name
named net/minecraft/client/render/entity/state/ArmedEntityRenderState
intermediary net/minecraft/class_10426
official hjr
  • Field Details

    • mainArm

      public Arm mainArm
      Mappings:
      Namespace Name Mixin selector
      named mainArm Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;mainArm:Lnet/minecraft/util/Arm;
      intermediary field_55303 Lnet/minecraft/class_10426;field_55303:Lnet/minecraft/class_1306;
      official e Lhjr;e:Lcad;
    • rightArmPose

      public BipedEntityModel.ArmPose rightArmPose
      Mappings:
      Namespace Name Mixin selector
      named rightArmPose Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;rightArmPose:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
      intermediary field_55304 Lnet/minecraft/class_10426;field_55304:Lnet/minecraft/class_572$class_573;
      official f Lhjr;f:Lgnx$a;
    • rightHandItemState

      public final ItemRenderState rightHandItemState
      Mappings:
      Namespace Name Mixin selector
      named rightHandItemState Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;rightHandItemState:Lnet/minecraft/client/render/item/ItemRenderState;
      intermediary field_55305 Lnet/minecraft/class_10426;field_55305:Lnet/minecraft/class_10444;
      official g Lhjr;g:Lhoh;
    • leftArmPose

      public BipedEntityModel.ArmPose leftArmPose
      Mappings:
      Namespace Name Mixin selector
      named leftArmPose Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;leftArmPose:Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
      intermediary field_55306 Lnet/minecraft/class_10426;field_55306:Lnet/minecraft/class_572$class_573;
      official h Lhjr;h:Lgnx$a;
    • leftHandItemState

      public final ItemRenderState leftHandItemState
      Mappings:
      Namespace Name Mixin selector
      named leftHandItemState Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;leftHandItemState:Lnet/minecraft/client/render/item/ItemRenderState;
      intermediary field_55307 Lnet/minecraft/class_10426;field_55307:Lnet/minecraft/class_10444;
      official i Lhjr;i:Lhoh;
  • Constructor Details

    • ArmedEntityRenderState

      public ArmedEntityRenderState()
  • Method Details

    • getMainHandItemState

      public ItemRenderState getMainHandItemState()
      Mappings:
      Namespace Name Mixin selector
      named getMainHandItemState Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;getMainHandItemState()Lnet/minecraft/client/render/item/ItemRenderState;
      intermediary method_65578 Lnet/minecraft/class_10426;method_65578()Lnet/minecraft/class_10444;
      official bb_ Lhjr;bb_()Lhoh;
    • updateRenderState

      public static void updateRenderState(LivingEntity entity, ArmedEntityRenderState state, ItemModelManager itemModelManager)
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;updateRenderState(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;Lnet/minecraft/client/item/ItemModelManager;)V
      intermediary method_65577 Lnet/minecraft/class_10426;method_65577(Lnet/minecraft/class_1309;Lnet/minecraft/class_10426;Lnet/minecraft/class_10442;)V
      official a Lhjr;a(Lcam;Lhjr;Lhof;)V