public static class EnderDragonRenderer.EnderDragonModel extends EntityModel<EnderDragonEntity>
isChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| Constructor and Description |
|---|
EnderDragonModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrixStackIn,
IVertexBuilder bufferIn,
int packedLightIn,
int packedOverlayIn,
float red,
float green,
float blue,
float alpha) |
void |
setLivingAnimations(EnderDragonEntity entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
void |
setRotationAngles(EnderDragonEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
copyModelAttributesToaccept, getRenderTypepublic void setLivingAnimations(EnderDragonEntity entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations in class EntityModel<EnderDragonEntity>public void setRotationAngles(EnderDragonEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles in class EntityModel<EnderDragonEntity>public void render(MatrixStack matrixStackIn, IVertexBuilder bufferIn, int packedLightIn, int packedOverlayIn, float red, float green, float blue, float alpha)