Uses of Class
net.minecraft.client.renderer.chunk.RenderSectionRegion
Packages that use RenderSectionRegion
Package
Description
-
Uses of RenderSectionRegion in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as RenderSectionRegionModifier and TypeFieldDescriptionprivate final RenderSectionRegionSectionRenderDispatcher.RenderSection.CompileTask.regionMethods in net.minecraft.client.renderer.chunk that return RenderSectionRegionModifier and TypeMethodDescriptionRenderRegionCache.createRegion(ClientLevel level, long sectionNode) Methods in net.minecraft.client.renderer.chunk with parameters of type RenderSectionRegionModifier and TypeMethodDescriptionSectionCompiler.compile(SectionPos sectionPos, RenderSectionRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack builders) Deprecated.SectionCompiler.compile(SectionPos sectionPos, RenderSectionRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack builders, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) voidSectionRenderDispatcher.RenderSection.compileAsync(RenderSectionRegion region) Deprecated.voidSectionRenderDispatcher.RenderSection.compileAsync(RenderSectionRegion region, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) voidSectionRenderDispatcher.RenderSection.compileSync(RenderSectionRegion region) Deprecated.voidSectionRenderDispatcher.RenderSection.compileSync(RenderSectionRegion region, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) SectionRenderDispatcher.RenderSection.createCompileTask(RenderSectionRegion region) Deprecated.SectionRenderDispatcher.RenderSection.createCompileTask(RenderSectionRegion region, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) Constructors in net.minecraft.client.renderer.chunk with parameters of type RenderSectionRegionModifierConstructorDescriptionCompileTask(RenderSectionRegion region, boolean isRecompile) Deprecated.Neo: useCompileTask(RenderSectionRegion, boolean, java.util.List)insteadCompileTask(RenderSectionRegion region, boolean isRecompile, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) -
Uses of RenderSectionRegion in net.minecraft.client.renderer.state.level
Fields in net.minecraft.client.renderer.state.level declared as RenderSectionRegionModifier and TypeFieldDescriptionprivate final RenderSectionRegionSectionUpdateRenderState.regionThe field for theregionrecord component.Methods in net.minecraft.client.renderer.state.level that return RenderSectionRegionModifier and TypeMethodDescriptionSectionUpdateRenderState.region()Returns the value of theregionrecord component.Constructors in net.minecraft.client.renderer.state.level with parameters of type RenderSectionRegionModifierConstructorDescriptionSectionUpdateRenderState(long sectionNode, boolean playerChanged, RenderSectionRegion region) Deprecated.SectionUpdateRenderState(long sectionNode, boolean playerChanged, RenderSectionRegion region, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) Creates an instance of aSectionUpdateRenderStaterecord class. -
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, ModelBlockRenderer blockRenderer)
SectionCompiler.compile(SectionPos, RenderSectionRegion, VertexSorting, SectionBufferBuilderPack, java.util.List)instead