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 classOutlineLayerBuffer.ColoredOutline-
Nested classes/interfaces inherited from interface net.minecraft.client.renderer.IRenderTypeBuffer
IRenderTypeBuffer.Impl
-
-
Field Summary
Fields Modifier and Type Field Description private IRenderTypeBuffer.ImplbufferSourceprivate IRenderTypeBuffer.ImploutlineBufferSourceprivate intteamAprivate intteamBprivate intteamGprivate intteamR
-
Constructor Summary
Constructors Constructor Description OutlineLayerBuffer(IRenderTypeBuffer.Impl p_i225970_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendOutlineBatch()IVertexBuildergetBuffer(RenderType p_getBuffer_1_)voidsetColor(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:
getBufferin 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()
-
-