public class RavagerModel extends EntityModel<RavagerEntity>
isChild, isSitting, swingProgressboxList, textureHeight, textureWidth| Constructor and Description |
|---|
RavagerModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(RavagerEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setLivingAnimations(RavagerEntity entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
void |
setRotationAngles(RavagerEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor) |
setModelAttributesgetRandomModelBoxpublic void render(RavagerEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render in class EntityModel<RavagerEntity>public void setRotationAngles(RavagerEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor)
setRotationAngles in class EntityModel<RavagerEntity>public void setLivingAnimations(RavagerEntity entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations in class EntityModel<RavagerEntity>