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 RenderChunkRegion
SectionRenderDispatcher.RenderSection.RebuildTask.region
Methods in net.minecraft.client.renderer.chunk that return RenderChunkRegionModifier and TypeMethodDescriptionRenderRegionCache.createRegion
(Level pLevel, SectionPos pSectionPos) RenderRegionCache.createRegion
(Level pLevel, SectionPos pSectionPos, boolean nullForEmpty) Methods in net.minecraft.client.renderer.chunk with parameters of type RenderChunkRegionModifier 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) Constructors in net.minecraft.client.renderer.chunk with parameters of type RenderChunkRegionModifierConstructorDescriptionRebuildTask
(double pDistAtCreation, RenderChunkRegion pRegion, boolean pIsHighPriority) Deprecated.RebuildTask
(double pDistAtCreation, RenderChunkRegion pRegion, boolean pIsHighPriority, 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 void
ClientHooks.addAdditionalGeometry
(List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers, Function<RenderType, VertexConsumer> getOrCreateBuilder, RenderChunkRegion region, PoseStack transformation)