Interface ModelWithHat
- All Known Implementing Classes:
VillagerResemblingModel,WitchEntityModel,ZombieVillagerEntityModel
@Environment(CLIENT) public interface ModelWithHat
Represents a model with a hat.
- Mappings:
Namespace Name official egrintermediary net/minecraft/class_3884named net/minecraft/client/render/entity/model/ModelWithHat
-
Method Summary
Modifier and Type Method Description 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 official aLegr;a(Z)Vintermediary method_17150Lnet/minecraft/class_3884;method_17150(Z)Vnamed setHatVisibleLnet/minecraft/client/render/entity/model/ModelWithHat;setHatVisible(Z)V
-