public class ModelMagmaCube extends ModelBase
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth| Constructor and Description |
|---|
ModelMagmaCube() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale)
Sets the models various rotation angles then renders the model.
|
void |
setLivingAnimations(EntityLivingBase entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTickTime)
Used for easily adding entity-dependent animations.
|
copyModelAngles, getRandomModelBox, getTextureOffset, setModelAttributes, setRotationAngles, setTextureOffsetpublic void setLivingAnimations(EntityLivingBase entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTickTime)
setLivingAnimations in class ModelBase