public class MagmaCubeModel<T extends SlimeEntity> extends SegmentedModel<T>
Modifier and Type | Field and Description |
---|---|
private ModelRenderer |
core |
private com.google.common.collect.ImmutableList<ModelRenderer> |
field_228271_f_ |
private ModelRenderer[] |
segments |
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
private final ModelRenderer[] segments
private final ModelRenderer core
private final com.google.common.collect.ImmutableList<ModelRenderer> field_228271_f_
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>