Package net.minecraft.client.renderer
Class IRenderTypeBuffer.Impl
java.lang.Object
net.minecraft.client.renderer.IRenderTypeBuffer.Impl
- All Implemented Interfaces:
IRenderTypeBuffer
- Enclosing interface:
- IRenderTypeBuffer
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.renderer.IRenderTypeBuffer
IRenderTypeBuffer.Impl
-
Field Summary
Modifier and TypeFieldDescriptionprotected final BufferBuilder
protected final Map<RenderType,
BufferBuilder> protected Optional<RenderType>
protected final Set<BufferBuilder>
-
Constructor Summary
ModifierConstructorDescriptionprotected
Impl
(BufferBuilder p_i225969_1_, Map<RenderType, BufferBuilder> p_i225969_2_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
endBatch()
void
endBatch
(RenderType p_228462_1_) getBuffer
(RenderType p_getBuffer_1_) private BufferBuilder
getBuilderRaw
(RenderType p_228463_1_)
-
Field Details
-
builder
-
fixedBuffers
-
lastState
-
startedBuffers
-
-
Constructor Details
-
Impl
-
-
Method Details
-
getBuffer
- Specified by:
getBuffer
in interfaceIRenderTypeBuffer
-
getBuilderRaw
-
endBatch
public void endBatch() -
endBatch
-