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, waitaddQuad, addQuad, color, lightmap, normal, overlay, posaddVertexData, addVertexData, addVertexData, addVertexData, applyBakedLighting, applyBakedNormals, getVertexBuilderprivate 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 IVertexBuilderpublic IVertexBuilder color(int red, int green, int blue, int alpha)
color in interface IVertexBuilderpublic IVertexBuilder tex(float u, float v)
tex in interface IVertexBuilderpublic IVertexBuilder overlay(int u, int v)
overlay in interface IVertexBuilderpublic IVertexBuilder lightmap(int u, int v)
lightmap in interface IVertexBuilderpublic IVertexBuilder normal(float x, float y, float z)
normal in interface IVertexBuilderpublic 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 IVertexBuilderpublic void endVertex()
endVertex in interface IVertexBuilder