Package net.minecraft.client.renderer
Class SectionBufferBuilderPack
java.lang.Object
net.minecraft.client.renderer.SectionBufferBuilderPack
- All Implemented Interfaces:
 AutoCloseable
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuilder(RenderType p_295847_) voidclearAll()voidclose()void 
- 
Field Details
- 
TOTAL_BUFFERS_SIZE
public static final int TOTAL_BUFFERS_SIZE - 
builders
 
 - 
 - 
Constructor Details
- 
SectionBufferBuilderPack
public SectionBufferBuilderPack() 
 - 
 - 
Method Details
- 
builder
 - 
clearAll
public void clearAll() - 
discardAll
public void discardAll() - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -