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 ModelPartprotected final ModelPartprotected final ModelPartprotected final ModelPartprotected final ModelPartprotected final ModelPartFields inherited from class net.minecraft.client.model.EntityModel
MODEL_Y_OFFSETFields inherited from class net.minecraft.client.model.Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeshDefinitioncreateBodyMesh(int yOffset, boolean mirrorRight, boolean mirrorLeft, CubeDeformation cubeDeformation) (package private) static voidcreateLegs(PartDefinition part, boolean mirrorRight, boolean mirrorLeft, int yOffset, CubeDeformation cubeDeformation) voidMethods inherited from class net.minecraft.client.model.Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
head
-
body
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
-
Constructor Details
-
QuadrupedModel
-
-
Method Details
-
createBodyMesh
public static MeshDefinition createBodyMesh(int yOffset, boolean mirrorRight, boolean mirrorLeft, CubeDeformation cubeDeformation) -
createLegs
static void createLegs(PartDefinition part, boolean mirrorRight, boolean mirrorLeft, int yOffset, CubeDeformation cubeDeformation) -
setupAnim
- Overrides:
setupAnimin classEntityModel<T extends LivingEntityRenderState>
-