public class RavagerModel extends SegmentedModel<RavagerEntity>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
RavagerModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ModelRenderer> |
getParts() |
void |
setLivingAnimations(RavagerEntity entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
void |
setRotationAngles(RavagerEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
render
copyModelAttributesTo
accept, getRenderType
public java.lang.Iterable<ModelRenderer> getParts()
getParts
in class SegmentedModel<RavagerEntity>
public void setRotationAngles(RavagerEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<RavagerEntity>
public void setLivingAnimations(RavagerEntity entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<RavagerEntity>