public abstract class TintedAgeableModel<E extends Entity> extends AgeableModel<E>
| Modifier and Type | Field and Description |
|---|---|
private float |
blueTint |
private float |
greenTint |
private float |
redTint |
isChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| Constructor and Description |
|---|
TintedAgeableModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrixStackIn,
IVertexBuilder bufferIn,
int packedLightIn,
int packedOverlayIn,
float red,
float green,
float blue,
float alpha) |
void |
setTint(float p_228253_1_,
float p_228253_2_,
float p_228253_3_) |
getBodyParts, getHeadPartscopyModelAttributesTo, setLivingAnimations, setRotationAnglesaccept, getRenderTypeprivate float redTint
private float greenTint
private float blueTint
public void setTint(float p_228253_1_,
float p_228253_2_,
float p_228253_3_)
public void render(MatrixStack matrixStackIn, IVertexBuilder bufferIn, int packedLightIn, int packedOverlayIn, float red, float green, float blue, float alpha)
render in class AgeableModel<E extends Entity>