public class GhastModel<T extends Entity> extends SegmentedModel<T>
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<ModelRenderer> |
field_228260_b_ |
private ModelRenderer[] |
tentacles |
isChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| Constructor and Description |
|---|
GhastModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<ModelRenderer> |
getParts() |
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
rendercopyModelAttributesTo, setLivingAnimationsaccept, getRenderTypeprivate final ModelRenderer[] tentacles
private final com.google.common.collect.ImmutableList<ModelRenderer> field_228260_b_
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles in class EntityModel<T extends Entity>public java.lang.Iterable<ModelRenderer> getParts()
getParts in class SegmentedModel<T extends Entity>