public class EndermiteModel<T extends Entity> extends SegmentedModel<T>
| Modifier and Type | Field and Description |
|---|---|
private static int |
BODY_COUNT |
private static int[][] |
BODY_SIZES |
private static int[][] |
BODY_TEXS |
private ModelRenderer[] |
bodyParts |
isChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| Constructor and Description |
|---|
EndermiteModel() |
| 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 static final int[][] BODY_SIZES
private static final int[][] BODY_TEXS
private static final int BODY_COUNT
private final ModelRenderer[] bodyParts
public java.lang.Iterable<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>