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>
@Environment(CLIENT) public class CowEntityModel<T extends Entity> extends QuadrupedEntityModel<T>
- Mappings:
Namespace Name official eak
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
Constructors Constructor Description CowEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description ModelPart
getHead()
static TexturedModelData
getTexturedModelData()
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>
Leak;<init>(Ledh;)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
Leak;c()Ledn;
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
Leak;d()Ledh;
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;
-