Class ArmedEntityRenderState

Direct Known Subclasses:
AllayEntityRenderState, BipedEntityRenderState, CopperGolemEntityRenderState, 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 hww
  • 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 Lhww;e:Lcgu;
    • 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 Lhww;f:Lgzc$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 Lhww;g:Licd;
    • rightHandItem

      public ItemStack rightHandItem
      Mappings:
      Namespace Name Mixin selector
      named rightHandItem Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;rightHandItem:Lnet/minecraft/item/ItemStack;
      intermediary field_63601 Lnet/minecraft/class_10426;field_63601:Lnet/minecraft/class_1799;
      official h Lhww;h:Ldkf;
    • 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 i Lhww;i:Lgzc$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 j Lhww;j:Licd;
    • leftHandItem

      public ItemStack leftHandItem
      Mappings:
      Namespace Name Mixin selector
      named leftHandItem Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;leftHandItem:Lnet/minecraft/item/ItemStack;
      intermediary field_63602 Lnet/minecraft/class_10426;field_63602:Lnet/minecraft/class_1799;
      official k Lhww;k:Ldkf;
    • swingAnimationType

      public SwingAnimationType swingAnimationType
      Mappings:
      Namespace Name Mixin selector
      named swingAnimationType Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;swingAnimationType:Lnet/minecraft/util/SwingAnimationType;
      intermediary field_63603 Lnet/minecraft/class_10426;field_63603:Lnet/minecraft/class_12122;
      official l Lhww;l:Ldlr;
    • handSwingProgress

      public float handSwingProgress
      Mappings:
      Namespace Name Mixin selector
      named handSwingProgress Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;handSwingProgress:F
      intermediary field_63604 Lnet/minecraft/class_10426;field_63604:F
      official m Lhww;m:F
  • 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 bn_ Lhww;bn_()Licd;
    • getMainHandItemStack

      public ItemStack getMainHandItemStack()
      Mappings:
      Namespace Name Mixin selector
      named getMainHandItemStack Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;getMainHandItemStack()Lnet/minecraft/item/ItemStack;
      intermediary method_75467 Lnet/minecraft/class_10426;method_75467()Lnet/minecraft/class_1799;
      official b Lhww;b()Ldkf;
    • getItemStackForArm

      public ItemStack getItemStackForArm(Arm arm)
      Mappings:
      Namespace Name Mixin selector
      named getItemStackForArm Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;getItemStackForArm(Lnet/minecraft/util/Arm;)Lnet/minecraft/item/ItemStack;
      intermediary method_75466 Lnet/minecraft/class_10426;method_75466(Lnet/minecraft/class_1306;)Lnet/minecraft/class_1799;
      official a Lhww;a(Lcgu;)Ldkf;
    • method_75468

      public float method_75468(Arm arm)
      Mappings:
      Namespace Name Mixin selector
      named method_75468 Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;method_75468(Lnet/minecraft/util/Arm;)F
      intermediary method_75468 Lnet/minecraft/class_10426;method_75468(Lnet/minecraft/class_1306;)F
      official b Lhww;b(Lcgu;)F
    • updateRenderState

      public static void updateRenderState(LivingEntity entity, ArmedEntityRenderState state, ItemModelManager itemModelManager, float tickDelta)
      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;F)V
      intermediary method_65577 Lnet/minecraft/class_10426;method_65577(Lnet/minecraft/class_1309;Lnet/minecraft/class_10426;Lnet/minecraft/class_10442;F)V
      official a Lhww;a(Lche;Lhww;Licb;F)V