Interface ModelWithHead
- All Known Implementing Classes:
AbstractZombieModel
,ArmorEntityModel
,ArmorStandArmorEntityModel
,ArmorStandEntityModel
,BipedEntityModel
,class_8454
,class_8455
,class_8456
,CowEntityModel
,DrownedEntityModel
,EndermanEntityModel
,GiantEntityModel
,IllagerEntityModel
,PiglinEntityModel
,PlayerEntityModel
,PlayerEntityRenderer.class_8470
,SkeletonEntityModel
,VillagerResemblingModel
,WitchEntityModel
,WolfEntityModel
,ZombieEntityModel
,ZombieVillagerEntityModel
Represents a model with a head.
- Mappings:
Namespace Name official ffp
intermediary net/minecraft/class_3882
named net/minecraft/client/render/entity/model/ModelWithHead
-
Method Summary
-
Method Details
-
getHead
ModelPart getHead()Gets the head model part.- Returns:
- the head
- Mappings:
Namespace Name Mixin selector official b
Lffp;b()Lfii;
intermediary method_2838
Lnet/minecraft/class_3882;method_2838()Lnet/minecraft/class_630;
named getHead
Lnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;
-