public class BatModel extends SegmentedModel<BatEntity>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
コンストラクタと説明 |
---|
BatModel() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.Iterable<ModelRenderer> |
getParts() |
void |
setRotationAngles(BatEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch)
Sets this entity's model rotation angles
|
render
copyModelAttributesTo, setLivingAnimations
accept, getRenderType
public java.lang.Iterable<ModelRenderer> getParts()
getParts
クラス内 SegmentedModel<BatEntity>
public void setRotationAngles(BatEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
クラス内 EntityModel<BatEntity>