Class CowEntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<T>
net.minecraft.client.render.entity.model.QuadrupedEntityModel<T>
net.minecraft.client.render.entity.model.CowEntityModel<T>
Represents the model of a cow-like entity.
This model is not tied to a specific entity.
Part Name | Parent | Corresponding Field |
---|---|---|
"head" | Root part | QuadrupedEntityModel.head |
"right_horn" | "head" | |
"left_horn" | "head" | |
"body" | Root part | QuadrupedEntityModel.body |
"right_hind_leg" | Root part | QuadrupedEntityModel.rightHindLeg |
"left_hind_leg" | Root part | QuadrupedEntityModel.leftHindLeg |
"right_front_leg" | Root part | QuadrupedEntityModel.rightFrontLeg |
"left_front_leg" | Root part | QuadrupedEntityModel.leftFrontLeg |
- Mappings:
Namespace Name official fjq
intermediary net/minecraft/class_560
named net/minecraft/client/render/entity/model/CowEntityModel
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getBodyParts, getHeadParts, getModelData, setAngles
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Constructor Details
-
CowEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lfjq;<init>(Lfmx;)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
- Mappings:
Namespace Name Mixin selector official c
Lfjq;c()Lfnd;
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
- Mappings:
Namespace Name Mixin selector official d
Lfjq;d()Lfmx;
intermediary method_2800
Lnet/minecraft/class_560;method_2800()Lnet/minecraft/class_630;
named getHead
Lnet/minecraft/client/render/entity/model/CowEntityModel;getHead()Lnet/minecraft/client/model/ModelPart;
-