Class CowEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<LivingEntityRenderState>
net.minecraft.client.render.entity.model.QuadrupedEntityModel<LivingEntityRenderState>
net.minecraft.client.render.entity.model.CowEntityModel
- Direct Known Subclasses:
ColdCowEntityModel,WarmCowEntityModel
@Environment(CLIENT)
public class CowEntityModel
extends QuadrupedEntityModel<LivingEntityRenderState>
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 named net/minecraft/client/render/entity/model/CowEntityModelintermediary net/minecraft/class_560official ghd
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel -
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLegFields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908Fields inherited from class net.minecraft.client.model.Model
layerFactory, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHead()(package private) static ModelDatastatic TexturedModelDataMethods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getModelData, setAnglesMethods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Field Details
-
BABY_TRANSFORMER
- Mappings:
Namespace Name Mixin selector named BABY_TRANSFORMERLnet/minecraft/client/render/entity/model/CowEntityModel;BABY_TRANSFORMER:Lnet/minecraft/client/render/entity/model/ModelTransformer;intermediary field_52893Lnet/minecraft/class_560;field_52893:Lnet/minecraft/class_9953;official aLghd;a:Lgla;
-
field_56493
private static final int field_56493- See Also:
- Mappings:
Namespace Name Mixin selector named field_56493Lnet/minecraft/client/render/entity/model/CowEntityModel;field_56493:Iintermediary field_56493Lnet/minecraft/class_560;field_56493:Iofficial iLghd;i:I
-
-
Constructor Details
-
CowEntityModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/model/QuadrupedEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_597;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lgiy;<init>(Lgkr;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/CowEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_31990Lnet/minecraft/class_560;method_31990()Lnet/minecraft/class_5607;official bLghd;b()Lgkx;
-
getModelData
- Mappings:
Namespace Name Mixin selector named getModelDataLnet/minecraft/client/render/entity/model/CowEntityModel;getModelData()Lnet/minecraft/client/model/ModelData;intermediary method_67469Lnet/minecraft/class_560;method_67469()Lnet/minecraft/class_5609;official cLghd;c()Lgkz;
-
getHead
- Mappings:
Namespace Name Mixin selector named getHeadLnet/minecraft/client/render/entity/model/CowEntityModel;getHead()Lnet/minecraft/client/model/ModelPart;intermediary method_2800Lnet/minecraft/class_560;method_2800()Lnet/minecraft/class_630;official dLghd;d()Lgkr;
-