public class ModelBat extends ModelBase
Modifier and Type | Field and Description |
---|---|
private ModelRenderer |
batBody |
private ModelRenderer |
batHead |
private ModelRenderer |
batLeftWing |
private ModelRenderer |
batOuterLeftWing |
private ModelRenderer |
batOuterRightWing |
private ModelRenderer |
batRightWing |
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth
Constructor and Description |
---|
ModelBat() |
Modifier and Type | Method and Description |
---|---|
void |
render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setModelAttributes, setTextureOffset
private final ModelRenderer batHead
private final ModelRenderer batBody
private final ModelRenderer batRightWing
private final ModelRenderer batLeftWing
private final ModelRenderer batOuterRightWing
private final ModelRenderer batOuterLeftWing
public void render(Entity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
public void setRotationAngles(float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor, Entity entityIn)
setRotationAngles
in class ModelBase