Package net.minecraft.client.model
Class FelineModel<T extends FelineRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.FelineModel<T>
- Direct Known Subclasses:
CatModel
,OcelotModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MeshTransformer
protected static final float
protected static final float
protected final ModelPart
protected static final float
private static final float
protected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
protected final ModelPart
private static final String
private static final String
protected final ModelPart
protected final ModelPart
private static final float
private static final float
private static final float
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
(CubeDeformation p_360911_) 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
-
BABY_TRANSFORMER
-
XO
private static final float XO- See Also:
-
YO
private static final float YO- See Also:
-
ZO
private static final float ZO- See Also:
-
BACK_LEG_Y
protected static final float BACK_LEG_Y- See Also:
-
BACK_LEG_Z
protected static final float BACK_LEG_Z- See Also:
-
FRONT_LEG_Y
protected static final float FRONT_LEG_Y- See Also:
-
FRONT_LEG_Z
private static final float FRONT_LEG_Z- See Also:
-
TAIL_1
- See Also:
-
TAIL_2
- See Also:
-
leftHindLeg
-
rightHindLeg
-
leftFrontLeg
-
rightFrontLeg
-
tail1
-
tail2
-
head
-
body
-
-
Constructor Details
-
FelineModel
-
-
Method Details
-
createBodyMesh
-
setupAnim
- Overrides:
setupAnim
in classEntityModel<T extends FelineRenderState>
-