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 floatheadDownAnimationprivate floatsleepAnimationprivate floattailCurlAnimationFields inherited from class net.minecraft.client.render.entity.model.OcelotEntityModel
animationState, body, head, leftFrontLeg, leftHindLeg, lowerTail, rightFrontLeg, rightHindLeg, upperTailFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors Constructor Description CatEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description voidanimateModel(T t, float float2, float float3, float float4)voidsetAngles(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, getModelDataMethods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods 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:
animateModelin classOcelotEntityModel<T extends CatEntity>
-
setAngles
- Overrides:
setAnglesin classOcelotEntityModel<T extends CatEntity>
-