@Environment(value=CLIENT) public abstract class TintableCompositeModel<E extends Entity> extends class_5597<E>
| Modifier and Type | Field and Description |
|---|---|
private float |
blueMultiplier |
private float |
greenMultiplier |
private float |
redMultiplier |
child, handSwingProgress, ridinglayerFactory| Constructor and Description |
|---|
TintableCompositeModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrixStack,
VertexConsumer vertexConsumer,
int int2,
int int3,
float float2,
float float3,
float float4,
float float5) |
void |
setColorMultiplier(float red,
float green,
float blue) |
method_32008animateModel, copyStateTo, setAnglesprivate float redMultiplier
private float greenMultiplier
private float blueMultiplier
public void setColorMultiplier(float red,
float green,
float blue)
public void render(MatrixStack matrixStack, VertexConsumer vertexConsumer, int int2, int int3, float float2, float float3, float float4, float float5)
render in class class_5597<E extends Entity>