Interface ModelWithHead

All Known Implementing Classes:
AbstractZombieModel, ArmorStandArmorEntityModel, ArmorStandEntityModel, BipedEntityModel, DrownedEntityModel, EndermanEntityModel, GiantEntityModel, IllagerEntityModel, PiglinEntityModel, PlayerEntityModel, SkeletonEntityModel, VillagerResemblingModel, WitchEntityModel, ZombieEntityModel, ZombieVillagerEntityModel

@Environment(CLIENT) public interface ModelWithHead
Represents a model with a head.
Mappings:
Namespace Name
official evs
intermediary net/minecraft/class_3882
named net/minecraft/client/render/entity/model/ModelWithHead
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the head model part.
  • Method Details

    • getHead

      ModelPart getHead()
      Gets the head model part.
      Returns:
      the head
      Mappings:
      Namespace Name Mixin selector
      official d Levs;d()Leyh;
      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;