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