Interface ModelWithArms

All Known Implementing Classes:
AbstractZombieModel, AllayEntityModel, ArmorStandArmorEntityModel, ArmorStandEntityModel, BipedEntityModel, DrownedEntityModel, EndermanEntityModel, GiantEntityModel, IllagerEntityModel, PiglinEntityModel, PlayerEntityModel, SkeletonEntityModel, VexEntityModel, ZombieEntityModel, ZombieVillagerEntityModel

@Environment(CLIENT) public interface ModelWithArms
Mappings:
Namespace Name
official eul
intermediary net/minecraft/class_3881
named net/minecraft/client/render/entity/model/ModelWithArms
  • Method Summary

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

    • setArmAngle

      void setArmAngle(Arm arm, MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      official a Leul;a(Lbeb;Leed;)V
      intermediary method_2803 Lnet/minecraft/class_3881;method_2803(Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)V
      named setArmAngle Lnet/minecraft/client/render/entity/model/ModelWithArms;setArmAngle(Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)V