Uses of Class
net.minecraft.client.renderer.SectionBufferBuilderPack
Packages that use SectionBufferBuilderPack
-
Uses of SectionBufferBuilderPack in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as SectionBufferBuilderPackModifier and TypeFieldDescriptionprivate final SectionBufferBuilderPack
RenderBuffers.fixedBufferPack
Fields in net.minecraft.client.renderer with type parameters of type SectionBufferBuilderPackModifier and TypeFieldDescriptionprivate final Queue
<SectionBufferBuilderPack> SectionBufferBuilderPool.freeBuffers
Methods in net.minecraft.client.renderer that return SectionBufferBuilderPackModifier and TypeMethodDescriptionSectionBufferBuilderPool.acquire()
RenderBuffers.fixedBufferPack()
Methods in net.minecraft.client.renderer with parameters of type SectionBufferBuilderPackModifier and TypeMethodDescriptionvoid
SectionBufferBuilderPool.release
(SectionBufferBuilderPack pBuffer) Constructor parameters in net.minecraft.client.renderer with type arguments of type SectionBufferBuilderPackModifierConstructorDescriptionprivate
SectionBufferBuilderPool
(List<SectionBufferBuilderPack> pFreeBuffers) -
Uses of SectionBufferBuilderPack in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as SectionBufferBuilderPackModifier and TypeFieldDescription(package private) final SectionBufferBuilderPack
SectionRenderDispatcher.fixedBuffers
Methods in net.minecraft.client.renderer.chunk with parameters of type SectionBufferBuilderPackModifier and TypeMethodDescriptionSectionCompiler.compile
(SectionPos pSectionPos, RenderChunkRegion pRegion, VertexSorting pVertexSorting, SectionBufferBuilderPack pSectionBufferBuilderPack) SectionCompiler.compile
(SectionPos pSectionPos, RenderChunkRegion pRegion, VertexSorting pVertexSorting, SectionBufferBuilderPack pSectionBufferBuilderPack, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) SectionRenderDispatcher.RenderSection.CompileTask.doTask
(SectionBufferBuilderPack pSectionBufferBuilderPack) SectionRenderDispatcher.RenderSection.RebuildTask.doTask
(SectionBufferBuilderPack pSectionBufferBuilderPack) SectionRenderDispatcher.RenderSection.ResortTransparencyTask.doTask
(SectionBufferBuilderPack pSectionBufferBuilderPack) private BufferBuilder
SectionCompiler.getOrBeginLayer
(Map<RenderType, BufferBuilder> pBufferLayers, SectionBufferBuilderPack pSectionBufferBuilderPack, RenderType pRenderType)