Class GoatEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<class_10030>
net.minecraft.client.render.entity.model.QuadrupedEntityModel<class_10030>
net.minecraft.client.render.entity.model.GoatEntityModel
Represents the model of a
.
invalid reference
GoatEntity
| Part Name | Parent | Corresponding Field |
|---|---|---|
| "head" | Root part | QuadrupedEntityModel.head |
| "left_horn" | "head" | |
| "right_horn" | "head" | |
| "nose" | "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/GoatEntityModelintermediary net/minecraft/class_6227official fxh
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.class_9948 -
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, field_52929, 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelDatavoidsetAngles(class_10030 class_10030) Methods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
getModelData, getPartMethods inherited from class net.minecraft.client.model.Model
getLayer, method_62098, method_62099, method_62100, method_62101, method_62102, method_62104, render
-
Field Details
-
field_52914
- Mappings:
Namespace Name Mixin selector named field_52914Lnet/minecraft/client/render/entity/model/GoatEntityModel;field_52914:Lnet/minecraft/class_9953;intermediary field_52914Lnet/minecraft/class_6227;field_52914:Lnet/minecraft/class_9953;official aLfxh;a:Lgak;
-
-
Constructor Details
-
GoatEntityModel
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/GoatEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_35742Lnet/minecraft/class_6227;method_35742()Lnet/minecraft/class_5607;official bLfxh;b()Lgah;
-
setAngles
- Overrides:
setAnglesin classQuadrupedEntityModel<class_10030>- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/GoatEntityModel;setAngles(Lnet/minecraft/class_10030;)Vintermediary method_35741Lnet/minecraft/class_6227;method_35741(Lnet/minecraft/class_10030;)Vofficial aLfxh;a(Lgtg;)V
-