Package net.minecraft.client.renderer
Class OutlineLayerBuffer
- java.lang.Object
-
- net.minecraft.client.renderer.OutlineLayerBuffer
-
- All Implemented Interfaces:
IRenderTypeBuffer
public class OutlineLayerBuffer extends java.lang.Object implements IRenderTypeBuffer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
OutlineLayerBuffer.ColoredOutline
-
Nested classes/interfaces inherited from interface net.minecraft.client.renderer.IRenderTypeBuffer
IRenderTypeBuffer.Impl
-
-
Field Summary
Fields Modifier and Type Field Description private IRenderTypeBuffer.Impl
bufferSource
private IRenderTypeBuffer.Impl
outlineBufferSource
private int
teamA
private int
teamB
private int
teamG
private int
teamR
-
Constructor Summary
Constructors Constructor Description OutlineLayerBuffer(IRenderTypeBuffer.Impl p_i225970_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endOutlineBatch()
IVertexBuilder
getBuffer(RenderType p_getBuffer_1_)
void
setColor(int p_228472_1_, int p_228472_2_, int p_228472_3_, int p_228472_4_)
-
-
-
Field Detail
-
bufferSource
private final IRenderTypeBuffer.Impl bufferSource
-
outlineBufferSource
private final IRenderTypeBuffer.Impl outlineBufferSource
-
teamR
private int teamR
-
teamG
private int teamG
-
teamB
private int teamB
-
teamA
private int teamA
-
-
Constructor Detail
-
OutlineLayerBuffer
public OutlineLayerBuffer(IRenderTypeBuffer.Impl p_i225970_1_)
-
-
Method Detail
-
getBuffer
public IVertexBuilder getBuffer(RenderType p_getBuffer_1_)
- Specified by:
getBuffer
in interfaceIRenderTypeBuffer
-
setColor
public void setColor(int p_228472_1_, int p_228472_2_, int p_228472_3_, int p_228472_4_)
-
endOutlineBatch
public void endOutlineBatch()
-
-