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