@Environment(value=CLIENT) static class OutlineVertexConsumerProvider.OutlineVertexConsumer extends FixedColorVertexConsumer
Modifier and Type | Field and Description |
---|---|
private VertexConsumer |
delegate |
private float |
u |
private float |
v |
private double |
x |
private double |
y |
private double |
z |
colorFixed, fixedAlpha, fixedBlue, fixedGreen, fixedRed
LOGGER
Modifier | Constructor and Description |
---|---|
private |
OutlineVertexConsumer(VertexConsumer delegate,
int red,
int green,
int blue,
int alpha) |
Modifier and Type | Method and Description |
---|---|
VertexConsumer |
color(int red,
int green,
int blue,
int alpha) |
void |
fixedColor(int red,
int green,
int blue,
int alpha) |
VertexConsumer |
light(int u,
int v) |
void |
next() |
VertexConsumer |
normal(float x,
float y,
float z) |
VertexConsumer |
overlay(int u,
int v) |
VertexConsumer |
texture(float u,
float v) |
VertexConsumer |
vertex(double x,
double y,
double z) |
void |
vertex(float x,
float y,
float z,
float red,
float green,
float blue,
float alpha,
float u,
float v,
int overlay,
int light,
float normalX,
float normalY,
float normalZ) |
private final VertexConsumer delegate
private double x
private double y
private double z
private float u
private float v
private OutlineVertexConsumer(VertexConsumer delegate, int red, int green, int blue, int alpha)
public void fixedColor(int red, int green, int blue, int alpha)
fixedColor
in class FixedColorVertexConsumer
public VertexConsumer vertex(double x, double y, double z)
public VertexConsumer color(int red, int green, int blue, int alpha)
public VertexConsumer texture(float u, float v)
public VertexConsumer overlay(int u, int v)
public VertexConsumer light(int u, int v)
public VertexConsumer normal(float x, float y, float z)
public void vertex(float x, float y, float z, float red, float green, float blue, float alpha, float u, float v, int overlay, int light, float normalX, float normalY, float normalZ)
public void next()