Class CowEntityModel<T extends Entity>

All Implemented Interfaces:
ModelWithHead

@Environment(CLIENT) public class CowEntityModel<T extends Entity> extends QuadrupedEntityModel<T>
Represents the model of a cow-like entity. This model is not tied to a specific entity.
Mappings:
Namespace Name
official eju
intermediary net/minecraft/class_560
named net/minecraft/client/render/entity/model/CowEntityModel
  • Constructor Details

    • CowEntityModel

      public CowEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leju;<init>(Lems;)V
      intermediary <init> Lnet/minecraft/class_560;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/CowEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official c Leju;c()Lemy;
      intermediary method_31990 Lnet/minecraft/class_560;method_31990()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/CowEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getHead

      public ModelPart getHead()
      Gets the head model part.
      Specified by:
      getHead in interface ModelWithHead
      Overrides:
      getHead in class QuadrupedEntityModel<T extends Entity>
      Returns:
      the head
      Mappings:
      Namespace Name Mixin selector
      official d Leki;d()Lems;
      intermediary method_2800 Lnet/minecraft/class_3882;method_2800()Lnet/minecraft/class_630;
      named getHead Lnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;