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/ModelWithHatintermediary net/minecraft/class_3884official gpv
- 
Method Summary
Modifier and TypeMethodDescriptionvoidrotateArms(MatrixStack stack) voidsetHatVisible(boolean visible) Sets whether the hat is visible or not. 
- 
Method Details
- 
setHatVisible
void setHatVisible(boolean visible) Sets whether the hat is visible or not.- Parameters:
 visible-trueif the hat is visible, otherwisefalse- Mappings:
 Namespace Name Mixin selector named setHatVisibleLnet/minecraft/client/render/entity/model/ModelWithHat;setHatVisible(Z)Vintermediary method_17150Lnet/minecraft/class_3884;method_17150(Z)Vofficial aLgpv;a(Z)V
 - 
rotateArms
- Mappings:
 Namespace Name Mixin selector named rotateArmsLnet/minecraft/client/render/entity/model/ModelWithHat;rotateArms(Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_65191Lnet/minecraft/class_3884;method_65191(Lnet/minecraft/class_4587;)Vofficial aLgpv;a(Lfod;)V
 
 -