public class MagmaCubeModel<T extends SlimeEntity> extends EntityModel<T>
isChild, isSitting, swingProgress
boxList, textureHeight, textureWidth
Constructor and Description |
---|
MagmaCubeModel() |
Modifier and Type | Method and Description |
---|---|
void |
render(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setLivingAnimations(T entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
setModelAttributes, setRotationAngles
getRandomModelBox
public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<T extends SlimeEntity>
public void render(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class EntityModel<T extends SlimeEntity>