public class BatModel extends EntityModel<BatEntity>
isChild, isSitting, swingProgressboxList, 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, setModelAttributesgetRandomModelBoxpublic 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>