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 RenderSectionRegionSectionRenderDispatcher.RenderSection.RebuildTask.regionMethods in net.minecraft.client.renderer.chunk that return RenderSectionRegionMethods in net.minecraft.client.renderer.chunk with parameters of type RenderSectionRegionModifier and TypeMethodDescriptionSectionCompiler.compile(SectionPos sectionPos, RenderSectionRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack builders) SectionCompiler.compile(SectionPos sectionPos, RenderSectionRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack builders, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) Constructors in net.minecraft.client.renderer.chunk with parameters of type RenderSectionRegionModifierConstructorDescriptionRebuildTask(RenderSectionRegion region, boolean isRecompile) Deprecated.RebuildTask(RenderSectionRegion region, boolean isRecompile, 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 voidClientHooks.addAdditionalGeometry(List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers, Function<ChunkSectionLayer, VertexConsumer> getOrCreateBuilder, RenderSectionRegion region, PoseStack transformation)
RebuildTask(RenderSectionRegion, boolean, java.util.List)instead