static class VertexBuilderUtils.DelegatingVertexBuilder extends java.lang.Object implements IVertexBuilder
Modifier and Type | Field and Description |
---|---|
private IVertexBuilder |
field_227916_a_ |
private IVertexBuilder |
field_227917_b_ |
LOGGER
Constructor and Description |
---|
DelegatingVertexBuilder(IVertexBuilder p_i225913_1_,
IVertexBuilder p_i225913_2_) |
Modifier and Type | Method and Description |
---|---|
void |
addVertex(float x,
float y,
float z,
float red,
float green,
float blue,
float alpha,
float texU,
float texV,
int overlayUV,
int lightmapUV,
float normalX,
float normalY,
float normalZ) |
IVertexBuilder |
color(int red,
int green,
int blue,
int alpha) |
void |
endVertex() |
IVertexBuilder |
lightmap(int u,
int v) |
IVertexBuilder |
normal(float x,
float y,
float z) |
IVertexBuilder |
overlay(int u,
int v) |
IVertexBuilder |
pos(double x,
double y,
double z) |
IVertexBuilder |
tex(float u,
float v) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addQuad, addQuad, color, lightmap, normal, overlay, pos
addVertexData, addVertexData, addVertexData, addVertexData, applyBakedLighting, applyBakedNormals, getVertexBuilder
private final IVertexBuilder field_227916_a_
private final IVertexBuilder field_227917_b_
public DelegatingVertexBuilder(IVertexBuilder p_i225913_1_, IVertexBuilder p_i225913_2_)
public IVertexBuilder pos(double x, double y, double z)
pos
in interface IVertexBuilder
public IVertexBuilder color(int red, int green, int blue, int alpha)
color
in interface IVertexBuilder
public IVertexBuilder tex(float u, float v)
tex
in interface IVertexBuilder
public IVertexBuilder overlay(int u, int v)
overlay
in interface IVertexBuilder
public IVertexBuilder lightmap(int u, int v)
lightmap
in interface IVertexBuilder
public IVertexBuilder normal(float x, float y, float z)
normal
in interface IVertexBuilder
public void addVertex(float x, float y, float z, float red, float green, float blue, float alpha, float texU, float texV, int overlayUV, int lightmapUV, float normalX, float normalY, float normalZ)
addVertex
in interface IVertexBuilder
public void endVertex()
endVertex
in interface IVertexBuilder