Class GoatEntityModel<T extends GoatEntity>
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.GoatEntityModel<T>
@Environment(CLIENT)
public class GoatEntityModel<T extends GoatEntity>
extends QuadrupedEntityModel<T>
Represents the model of a 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 official ffj
intermediary net/minecraft/class_6227
named net/minecraft/client/render/entity/model/GoatEntityModel
-
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
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
-
GoatEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lffj;<init>(Lfic;)V
intermediary <init>
Lnet/minecraft/class_6227;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/GoatEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Lffj;c()Lfii;
intermediary method_35742
Lnet/minecraft/class_6227;method_35742()Lnet/minecraft/class_5607;
named getTexturedModelData
Lnet/minecraft/client/render/entity/model/GoatEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
setAngles
Description copied from class:QuadrupedEntityModel
- Overrides:
setAngles
in classQuadrupedEntityModel<T extends GoatEntity>
- Mappings:
Namespace Name Mixin selector official a
Lffj;a(Lbwm;FFFFF)V
intermediary method_35741
Lnet/minecraft/class_6227;method_35741(Lnet/minecraft/class_6053;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/GoatEntityModel;setAngles(Lnet/minecraft/entity/passive/GoatEntity;FFFFF)V
-