Package net.minecraft.client.model
Class QuadrupedModel<T extends LivingEntityRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.QuadrupedModel<T>
- Direct Known Subclasses:
CowModel
,GoatModel
,PandaModel
,PigModel
,PolarBearModel
,SheepFurModel
,SheepModel
,TurtleModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
Fields inherited from class net.minecraft.client.model.EntityModel
MODEL_Y_OFFSET
Fields inherited from class net.minecraft.client.model.Model
renderType, root
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeshDefinition
createBodyMesh
(int p_170865_, CubeDeformation p_170866_) void
Methods inherited from class net.minecraft.client.model.Model
allParts, animate, animate, animate, animate, animateWalk, animateWalk, applyStatic, applyStatic, getAnimation, getAnyDescendantWithName, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
head
-
body
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
-
Constructor Details
-
QuadrupedModel
-
-
Method Details
-
createBodyMesh
-
setupAnim
- Overrides:
setupAnim
in classEntityModel<T extends LivingEntityRenderState>
-