public class WitherModel<T extends WitherEntity> extends SegmentedModel<T>
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableList<ModelRenderer> |
field_228297_f_ |
private ModelRenderer[] |
heads |
private ModelRenderer[] |
upperBodyParts |
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
WitherModel(float p_i46302_1_) |
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[] upperBodyParts
private final ModelRenderer[] heads
private final com.google.common.collect.ImmutableList<ModelRenderer> field_228297_f_
public com.google.common.collect.ImmutableList<ModelRenderer> getParts()
getParts
in class SegmentedModel<T extends WitherEntity>
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<T extends WitherEntity>
public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<T extends WitherEntity>