public class SilverfishModel<T extends Entity> extends SegmentedModel<T>
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<ModelRenderer> |
field_228295_f_ |
private static int[][] |
SILVERFISH_BOX_LENGTH |
private static int[][] |
SILVERFISH_TEXTURE_POSITIONS |
private ModelRenderer[] |
silverfishBodyParts |
private ModelRenderer[] |
silverfishWings |
private float[] |
zPlacement |
isChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| Constructor and Description |
|---|
SilverfishModel() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ModelRenderer> |
getParts() |
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
rendercopyModelAttributesTo, setLivingAnimationsaccept, getRenderTypeprivate final ModelRenderer[] silverfishBodyParts
private final ModelRenderer[] silverfishWings
private final com.google.common.collect.ImmutableList<ModelRenderer> field_228295_f_
private final float[] zPlacement
private static final int[][] SILVERFISH_BOX_LENGTH
private static final int[][] SILVERFISH_TEXTURE_POSITIONS
public com.google.common.collect.ImmutableList<ModelRenderer> getParts()
getParts in class SegmentedModel<T extends Entity>public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles in class EntityModel<T extends Entity>