Interface ModelWithHat
- All Known Implementing Classes:
VillagerResemblingModel,WitchEntityModel,ZombieVillagerEntityModel
@Environment(CLIENT)
public interface ModelWithHat
Represents a model with a hat.
-
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
-