Interface ModelWithHead
- All Known Implementing Classes:
AbstractZombieModel,ArmorStandArmorEntityModel,ArmorStandEntityModel,BipedEntityModel,BoggedEntityModel,CopperGolemEntityModel,Deadmau5EarsEntityModel,DrownedEntityModel,EndermanEntityModel,GiantEntityModel,IllagerEntityModel,PiglinBaseEntityModel,PiglinEntityModel,PlayerCapeModel,PlayerEntityModel,SkeletonEntityModel,VillagerResemblingModel,WitchEntityModel,ZombieEntityModel,ZombieVillagerEntityModel,ZombifiedPiglinEntityModel
Represents a model with a head.
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/ModelWithHeadintermediary net/minecraft/class_3882official gvv
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidapplyTransform(MatrixStack matrices) getHead()Gets the head model part.
-
Method Details
-
getHead
ModelPart getHead()Gets the head model part.- Returns:
- the head
- Mappings:
Namespace Name Mixin selector named getHeadLnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;intermediary method_2838Lnet/minecraft/class_3882;method_2838()Lnet/minecraft/class_630;official fLgvv;f()Lgyo;
-
applyTransform
- Mappings:
Namespace Name Mixin selector named applyTransformLnet/minecraft/client/render/entity/model/ModelWithHead;applyTransform(Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_74046Lnet/minecraft/class_3882;method_74046(Lnet/minecraft/class_4587;)Vofficial aLgvv;a(Lfua;)V
-