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 floatlieOnBackAnimationProgressprivate floatplayAnimationProgressprivate floatscaredAnimationProgressFields inherited from class net.minecraft.client.render.entity.model.QuadrupedEntityModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLegFields 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 PandaEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description voidanimateModel(T t, float float2, float float3, float float4)static TexturedModelDatagetTexturedModelData()voidsetAngles(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, 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
-
scaredAnimationProgress
private float scaredAnimationProgress -
lieOnBackAnimationProgress
private float lieOnBackAnimationProgress -
playAnimationProgress
private float playAnimationProgress
-
-
Constructor Details
-
PandaEntityModel
-
-
Method Details
-
getTexturedModelData
-
animateModel
- Overrides:
animateModelin classEntityModel<T extends PandaEntity>
-
setAngles
- Overrides:
setAnglesin classQuadrupedEntityModel<T extends PandaEntity>
-