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>
- Mappings:
Namespace Name official eae
intermediary net/minecraft/class_3680
named net/minecraft/client/render/entity/model/CatEntityModel
-
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- Mappings:
Namespace Name Mixin selector official m
Leae;m:F
intermediary field_16245
Lnet/minecraft/class_3680;field_16245:F
named sleepAnimation
Lnet/minecraft/client/render/entity/model/CatEntityModel;sleepAnimation:F
-
tailCurlAnimation
private float tailCurlAnimation- Mappings:
Namespace Name Mixin selector official n
Leae;n:F
intermediary field_16244
Lnet/minecraft/class_3680;field_16244:F
named tailCurlAnimation
Lnet/minecraft/client/render/entity/model/CatEntityModel;tailCurlAnimation:F
-
headDownAnimation
private float headDownAnimation- Mappings:
Namespace Name Mixin selector official o
Leae;o: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>
Lebm;<init>(Ledh;)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
-
animateModel
Description copied from class:OcelotEntityModel
- Overrides:
animateModel
in classOcelotEntityModel<T extends CatEntity>
- Mappings:
Namespace Name Mixin selector official a
Leae;a(Lbbm;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
-
setAngles
Description copied from class:OcelotEntityModel
- Overrides:
setAngles
in classOcelotEntityModel<T extends CatEntity>
- Mappings:
Namespace Name Mixin selector official a
Leae;a(Lbbm;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
-