Class CatEntityModel<T extends CatEntity>
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.OcelotEntityModel<T>
net.minecraft.client.render.entity.model.CatEntityModel<T>
@Environment(CLIENT) public class CatEntityModel<T extends CatEntity> extends OcelotEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private float
headDownAnimation
private float
sleepAnimation
private float
tailCurlAnimation
Fields inherited from class net.minecraft.client.render.entity.model.OcelotEntityModel
animationState, body, head, leftFrontLeg, leftHindLeg, lowerTail, rightFrontLeg, rightHindLeg, upperTail
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
Constructors Constructor Description CatEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.OcelotEntityModel
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
copyStateTo
-
Field Details
-
sleepAnimation
private float sleepAnimation -
tailCurlAnimation
private float tailCurlAnimation -
headDownAnimation
private float headDownAnimation
-
-
Constructor Details
-
CatEntityModel
-
-
Method Details
-
animateModel
- Overrides:
animateModel
in classOcelotEntityModel<T extends CatEntity>
-
setAngles
- Overrides:
setAngles
in classOcelotEntityModel<T extends CatEntity>
-