Uses of Class
net.minecraft.client.renderer.chunk.RenderChunkRegion
Packages that use RenderChunkRegion
-
Uses of RenderChunkRegion in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as RenderChunkRegionModifier and TypeFieldDescriptionprotected RenderChunkRegionSectionRenderDispatcher.RenderSection.RebuildTask.regionMethods in net.minecraft.client.renderer.chunk that return RenderChunkRegionModifier and TypeMethodDescriptionRenderRegionCache.createRegion(Level level, SectionPos sectionPos) RenderRegionCache.createRegion(Level level, SectionPos sectionPos, boolean nullForEmpty) Methods in net.minecraft.client.renderer.chunk with parameters of type RenderChunkRegionModifier 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) Constructors in net.minecraft.client.renderer.chunk with parameters of type RenderChunkRegionModifierConstructorDescriptionRebuildTask(double distAtCreation, RenderChunkRegion region, boolean isHighPriority) Deprecated.RebuildTask(double distAtCreation, RenderChunkRegion region, boolean isHighPriority, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) -
Uses of RenderChunkRegion in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type RenderChunkRegionModifier and TypeMethodDescriptionstatic voidClientHooks.addAdditionalGeometry(List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers, Function<RenderType, VertexConsumer> getOrCreateBuilder, RenderChunkRegion region, PoseStack transformation)