Interface ModelWithHat<T extends EntityRenderState>

All Known Implementing Classes:
VillagerResemblingModel, WitchEntityModel, ZombieVillagerEntityModel

@Environment(CLIENT) public interface ModelWithHat<T extends EntityRenderState>
Represents a model with a hat.
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/ModelWithHat
intermediary net/minecraft/class_3884
official gxw
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rotateArms(T state, MatrixStack matrices)
     
  • Method Details

    • rotateArms

      void rotateArms(T state, MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      named rotateArms Lnet/minecraft/client/render/entity/model/ModelWithHat;rotateArms(Lnet/minecraft/client/render/entity/state/EntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_65191 Lnet/minecraft/class_3884;method_65191(Lnet/minecraft/class_10017;Lnet/minecraft/class_4587;)V
      official a Lgxw;a(Lhuk;Lfua;)V