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 SectionBufferBuilderPackRenderBuffers.fixedBufferPackFields in net.minecraft.client.renderer with type parameters of type SectionBufferBuilderPackModifier and TypeFieldDescriptionprivate final Queue<SectionBufferBuilderPack> SectionBufferBuilderPool.freeBuffersMethods 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 TypeMethodDescriptionvoidSectionBufferBuilderPool.release(SectionBufferBuilderPack buffer) Constructor parameters in net.minecraft.client.renderer with type arguments of type SectionBufferBuilderPackModifierConstructorDescriptionprivateSectionBufferBuilderPool(List<SectionBufferBuilderPack> freeBuffers) -
Uses of SectionBufferBuilderPack in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as SectionBufferBuilderPackModifier and TypeFieldDescription(package private) final SectionBufferBuilderPackSectionRenderDispatcher.fixedBuffersMethods in net.minecraft.client.renderer.chunk with parameters of type SectionBufferBuilderPackModifier and TypeMethodDescriptionSectionCompiler.compile(SectionPos sectionPos, RenderChunkRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack sectionBufferBuilderPack) SectionCompiler.compile(SectionPos sectionPos, RenderChunkRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack sectionBufferBuilderPack, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) SectionRenderDispatcher.RenderSection.CompileTask.doTask(SectionBufferBuilderPack sectionBufferBuilderPack) SectionRenderDispatcher.RenderSection.RebuildTask.doTask(SectionBufferBuilderPack sectionBufferBuilderPack) SectionRenderDispatcher.RenderSection.ResortTransparencyTask.doTask(SectionBufferBuilderPack sectionBufferBuilderPack) private BufferBuilderSectionCompiler.getOrBeginLayer(Map<RenderType, BufferBuilder> bufferLayers, SectionBufferBuilderPack sectionBufferBuilderPack, RenderType renderType)