public class ModelSilverfish extends ModelBase
Modifier and Type | Field and Description |
---|---|
private static int[][] |
SILVERFISH_BOX_LENGTH |
private static int[][] |
SILVERFISH_TEXTURE_POSITIONS |
private ModelRenderer[] |
silverfishBodyParts |
private ModelRenderer[] |
silverfishWings |
private float[] |
zPlacement |
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth
Constructor and Description |
---|
ModelSilverfish() |
Modifier and Type | Method and Description |
---|---|
void |
render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setModelAttributes, setTextureOffset
private final ModelRenderer[] silverfishBodyParts
private final ModelRenderer[] silverfishWings
private final float[] zPlacement
private static final int[][] SILVERFISH_BOX_LENGTH
private static final int[][] SILVERFISH_TEXTURE_POSITIONS
public void render(Entity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
public void setRotationAngles(float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor, Entity entityIn)
setRotationAngles
in class ModelBase