Package net.minecraft.client.model
Class GoatModel<T extends Goat>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.QuadrupedModel<T>
net.minecraft.client.model.GoatModel<T>
-
Field Summary
Fields inherited from class net.minecraft.client.model.QuadrupedModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
void
setupAnim
(T p_170587_, float p_170588_, float p_170589_, float p_170590_, float p_170591_, float p_170592_) Methods inherited from class net.minecraft.client.model.QuadrupedModel
bodyParts, createBodyMesh, headParts
Methods inherited from class net.minecraft.client.model.AgeableListModel
renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
Methods inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Details
-
GoatModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
public void setupAnim(T p_170587_, float p_170588_, float p_170589_, float p_170590_, float p_170591_, float p_170592_) - Overrides:
setupAnim
in classQuadrupedModel<T extends Goat>
-