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>
Represents the model of a CatEntity.
 
Inherits the OcelotEntityModel.
- Mappings:
- Namespace - Name - official - faq- intermediary - net/minecraft/class_3680- named - net/minecraft/client/render/entity/model/CatEntityModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate floatprivate floatprivate floatFields inherited from class net.minecraft.client.render.entity.model.OcelotEntityModelanimationState, body, FRONT_LEG_PIVOT_Y, head, HIND_LEG_PIVOT_Y, HIND_LEG_PIVOT_Z, leftFrontLeg, leftHindLeg, lowerTail, rightFrontLeg, rightHindLeg, SITTING_ANIMATION_STATE, upperTailFields inherited from class net.minecraft.client.render.entity.model.EntityModelchild, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.ModellayerFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidanimateModel(T t, float float2, float float3, float float4) voidMethods inherited from class net.minecraft.client.render.entity.model.OcelotEntityModelgetBodyParts, getHeadParts, getModelDataMethods inherited from class net.minecraft.client.render.entity.model.AnimalModelrenderMethods inherited from class net.minecraft.client.render.entity.model.EntityModelcopyStateTo
- 
Field Details- 
sleepAnimationprivate float sleepAnimation- Mappings:
- Namespace - Name - Mixin selector - official - q- Lfaq;q:F- intermediary - field_16245- Lnet/minecraft/class_3680;field_16245:F- named - sleepAnimation- Lnet/minecraft/client/render/entity/model/CatEntityModel;sleepAnimation:F
 
- 
tailCurlAnimationprivate float tailCurlAnimation- Mappings:
- Namespace - Name - Mixin selector - official - r- Lfaq;r:F- intermediary - field_16244- Lnet/minecraft/class_3680;field_16244:F- named - tailCurlAnimation- Lnet/minecraft/client/render/entity/model/CatEntityModel;tailCurlAnimation:F
 
- 
headDownAnimationprivate float headDownAnimation- Mappings:
- Namespace - Name - Mixin selector - official - s- Lfaq;s:F- intermediary - field_16243- Lnet/minecraft/class_3680;field_16243:F- named - headDownAnimation- Lnet/minecraft/client/render/entity/model/CatEntityModel;headDownAnimation:F
 
 
- 
- 
Constructor Details- 
CatEntityModel- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfcd;<init>(Lfee;)V- intermediary - <init>- Lnet/minecraft/class_582;<init>(Lnet/minecraft/class_630;)V- named - <init>- Lnet/minecraft/client/render/entity/model/OcelotEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
 
 
- 
- 
Method Details- 
animateModelDescription copied from class:OcelotEntityModel- Overrides:
- animateModelin class- OcelotEntityModel<T extends CatEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfaq;a(Lbro;FFF)V- intermediary - method_17074- Lnet/minecraft/class_3680;method_17074(Lnet/minecraft/class_1451;FFF)V- named - animateModel- Lnet/minecraft/client/render/entity/model/CatEntityModel;animateModel(Lnet/minecraft/entity/passive/CatEntity;FFF)V
 
- 
setAnglesDescription copied from class:OcelotEntityModel- Overrides:
- setAnglesin class- OcelotEntityModel<T extends CatEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfaq;a(Lbro;FFFFF)V- intermediary - method_17075- Lnet/minecraft/class_3680;method_17075(Lnet/minecraft/class_1451;FFFFF)V- named - setAngles- Lnet/minecraft/client/render/entity/model/CatEntityModel;setAngles(Lnet/minecraft/entity/passive/CatEntity;FFFFF)V
 
 
-