Interface ModelWithHat
- All Known Implementing Classes:
- VillagerResemblingModel,- WitchEntityModel,- ZombieVillagerEntityModel
Represents a model with a hat.
- Mappings:
- Namespace - Name - named - net/minecraft/client/render/entity/model/ModelWithHat- intermediary - net/minecraft/class_3884- official - gen
- 
Method SummaryModifier and TypeMethodDescriptionvoidrotateArms(MatrixStack stack) voidsetHatVisible(boolean visible) Sets whether the hat is visible or not.
- 
Method Details- 
setHatVisiblevoid setHatVisible(boolean visible) Sets whether the hat is visible or not.- Parameters:
- visible-- trueif the hat is visible, otherwise- false
- Mappings:
- Namespace - Name - Mixin selector - named - setHatVisible- Lnet/minecraft/client/render/entity/model/ModelWithHat;setHatVisible(Z)V- intermediary - method_17150- Lnet/minecraft/class_3884;method_17150(Z)V- official - a- Lgen;a(Z)V
 
- 
rotateArms- Mappings:
- Namespace - Name - Mixin selector - named - rotateArms- Lnet/minecraft/client/render/entity/model/ModelWithHat;rotateArms(Lnet/minecraft/client/util/math/MatrixStack;)V- intermediary - method_65191- Lnet/minecraft/class_3884;method_65191(Lnet/minecraft/class_4587;)V- official - a- Lgen;a(Lffv;)V
 
 
-