@Environment(value=CLIENT) public abstract class FixedColorVertexConsumer extends Object implements VertexConsumer
Modifier and Type | Field and Description |
---|---|
protected boolean |
colorFixed |
protected int |
fixedAlpha |
protected int |
fixedBlue |
protected int |
fixedGreen |
protected int |
fixedRed |
LOGGER
Constructor and Description |
---|
FixedColorVertexConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
fixedColor(int red,
int green,
int blue,
int alpha) |