Uses of Class
net.minecraft.client.renderer.chunk.RenderSectionRegion
Packages that use RenderSectionRegion
-
Uses of RenderSectionRegion in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as RenderSectionRegionModifier and TypeFieldDescriptionprotected final RenderSectionRegion
SectionRenderDispatcher.RenderSection.RebuildTask.region
Methods in net.minecraft.client.renderer.chunk that return RenderSectionRegionMethods in net.minecraft.client.renderer.chunk with parameters of type RenderSectionRegionModifier and TypeMethodDescriptionSectionCompiler.compile
(SectionPos pSectionPos, RenderSectionRegion pRegion, VertexSorting pVertexSorting, SectionBufferBuilderPack pSectionBufferBuilderPack) SectionCompiler.compile
(SectionPos pSectionPos, RenderSectionRegion pRegion, VertexSorting pVertexSorting, SectionBufferBuilderPack pSectionBufferBuilderPack, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) Constructors in net.minecraft.client.renderer.chunk with parameters of type RenderSectionRegionModifierConstructorDescriptionRebuildTask
(RenderSectionRegion pRegion, boolean pIsRecompile) Deprecated.RebuildTask
(RenderSectionRegion pRegion, boolean pIsRecompile, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) -
Uses of RenderSectionRegion in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type RenderSectionRegionModifier and TypeMethodDescriptionstatic void
ClientHooks.addAdditionalGeometry
(List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers, Function<ChunkSectionLayer, VertexConsumer> getOrCreateBuilder, RenderSectionRegion region, PoseStack transformation)
RebuildTask(RenderSectionRegion, boolean, java.util.List)
instead