Class PandaEntityModel<T extends PandaEntity>
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.QuadrupedEntityModel<T>
net.minecraft.client.render.entity.model.PandaEntityModel<T>
@Environment(CLIENT) public class PandaEntityModel<T extends PandaEntity> extends QuadrupedEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private float
lieOnBackAnimationProgress
private float
playAnimationProgress
private float
scaredAnimationProgress
Fields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg
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 PandaEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
static TexturedModelData
getTexturedModelData()
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
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
-
scaredAnimationProgress
private float scaredAnimationProgress -
lieOnBackAnimationProgress
private float lieOnBackAnimationProgress -
playAnimationProgress
private float playAnimationProgress
-
-
Constructor Details
-
PandaEntityModel
-
-
Method Details
-
getTexturedModelData
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends PandaEntity>
-
setAngles
- Overrides:
setAngles
in classQuadrupedEntityModel<T extends PandaEntity>
-