public class OutlineLayerBuffer extends java.lang.Object implements IRenderTypeBuffer
Modifier and Type | Class and Description |
---|---|
(package private) static class |
OutlineLayerBuffer.ColoredOutline |
IRenderTypeBuffer.Impl
Modifier and Type | Field and Description |
---|---|
private int |
alpha |
private int |
blue |
private IRenderTypeBuffer.Impl |
buffer |
private int |
green |
private IRenderTypeBuffer.Impl |
outlineBuffer |
private int |
red |
Constructor and Description |
---|
OutlineLayerBuffer(IRenderTypeBuffer.Impl bufferIn) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
IVertexBuilder |
getBuffer(RenderType p_getBuffer_1_) |
void |
setColor(int redIn,
int greenIn,
int blueIn,
int alphaIn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getImpl, getImpl
private final IRenderTypeBuffer.Impl buffer
private final IRenderTypeBuffer.Impl outlineBuffer
private int red
private int green
private int blue
private int alpha
public OutlineLayerBuffer(IRenderTypeBuffer.Impl bufferIn)
public IVertexBuilder getBuffer(RenderType p_getBuffer_1_)
getBuffer
in interface IRenderTypeBuffer
public void setColor(int redIn, int greenIn, int blueIn, int alphaIn)
public void finish()