public class BatModel extends SegmentedModel<BatEntity>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
BatModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ModelRenderer> |
getParts() |
void |
setRotationAngles(BatEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
render
copyModelAttributesTo, setLivingAnimations
accept, getRenderType
public java.lang.Iterable<ModelRenderer> getParts()
getParts
in class SegmentedModel<BatEntity>
public void setRotationAngles(BatEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<BatEntity>