Interface ModelWithArms<T extends EntityRenderState>

All Known Implementing Classes:
AbstractZombieModel, AllayEntityModel, ArmorStandArmorEntityModel, ArmorStandEntityModel, BipedEntityModel, BoggedEntityModel, CopperGolemEntityModel, Deadmau5EarsEntityModel, DrownedEntityModel, EndermanEntityModel, GiantEntityModel, IllagerEntityModel, PiglinBaseEntityModel, PiglinEntityModel, PlayerCapeModel, PlayerEntityModel, SkeletonEntityModel, VexEntityModel, ZombieEntityModel, ZombieVillagerEntityModel, ZombifiedPiglinEntityModel

@Environment(CLIENT) public interface ModelWithArms<T extends EntityRenderState>
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/ModelWithArms
intermediary net/minecraft/class_3881
official gtw
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setArmAngle(T state, Arm arm, MatrixStack matrices)
     
  • Method Details

    • setArmAngle

      void setArmAngle(T state, Arm arm, MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      named setArmAngle Lnet/minecraft/client/render/entity/model/ModelWithArms;setArmAngle(Lnet/minecraft/client/render/entity/state/EntityRenderState;Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_2803 Lnet/minecraft/class_3881;method_2803(Lnet/minecraft/class_10017;Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)V
      official a Lgtw;a(Lhuk;Lcem;Lfua;)V