public class FoxModel<T extends FoxEntity> extends EntityModel<T>
Modifier and Type | Field and Description |
---|---|
RendererModel |
field_217115_a |
isChild, isSitting, swingProgress
boxList, textureHeight, textureWidth
Constructor and Description |
---|
FoxModel() |
Modifier and Type | Method and Description |
---|---|
void |
render(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setLivingAnimations(T entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor) |
setModelAttributes
getRandomModelBox
public final RendererModel field_217115_a
public void setLivingAnimations(T entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<T extends FoxEntity>
public void render(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class EntityModel<T extends FoxEntity>
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor)
setRotationAngles
in class EntityModel<T extends FoxEntity>