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 Summary
Modifier and TypeMethodDescriptionvoid
rotateArms
(MatrixStack stack) void
setHatVisible
(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
-true
if the hat is visible, otherwisefalse
- 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
-