public class MagmaCubeModel<T extends SlimeEntity> extends SegmentedModel<T>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
MagmaCubeModel() |
Modifier and Type | Method and Description |
---|---|
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) |
render
copyModelAttributesTo
accept, getRenderType
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<T extends SlimeEntity>
public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<T extends SlimeEntity>
public com.google.common.collect.ImmutableList<ModelRenderer> getParts()
getParts
in class SegmentedModel<T extends SlimeEntity>