Uses of Class
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection
Packages that use SectionRenderDispatcher.RenderSection
-
Uses of SectionRenderDispatcher.RenderSection in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as SectionRenderDispatcher.RenderSectionModifier and TypeFieldDescriptionprotected final SectionRenderDispatcher.RenderSectionSectionOcclusionGraph.Node.sectionViewArea.sectionsFields in net.minecraft.client.renderer with type parameters of type SectionRenderDispatcher.RenderSectionModifier and TypeFieldDescriptionfinal it.unimi.dsi.fastutil.longs.Long2ObjectMap<List<SectionRenderDispatcher.RenderSection>>SectionOcclusionGraph.GraphStorage.chunksWaitingForNeighborsprivate final BlockingQueue<SectionRenderDispatcher.RenderSection>SectionOcclusionGraph.GraphEvents.sectionsToPropagateFromThe field for thesectionsToPropagateFromrecord component.private final it.unimi.dsi.fastutil.objects.ObjectArrayList<SectionRenderDispatcher.RenderSection>LevelRenderer.visibleSectionsMethods in net.minecraft.client.renderer that return SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionSectionOcclusionGraph.getRelativeFrom(BlockPos p_298318_, SectionRenderDispatcher.RenderSection p_299737_, Direction p_301139_) protected SectionRenderDispatcher.RenderSectionViewArea.getRenderSectionAt(BlockPos p_299271_) Methods in net.minecraft.client.renderer that return types with arguments of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionSectionOcclusionGraph.GraphEvents.sectionsToPropagateFrom()Returns the value of thesectionsToPropagateFromrecord component.Methods in net.minecraft.client.renderer with parameters of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionvoidLevelRenderer.addRecentlyCompiledSection(SectionRenderDispatcher.RenderSection p_301248_) SectionOcclusionGraph.SectionToNodeMap.get(SectionRenderDispatcher.RenderSection p_297749_) protected SectionOcclusionGraph.NodeSectionOcclusionGraph.getNode(SectionRenderDispatcher.RenderSection p_299335_) SectionOcclusionGraph.getRelativeFrom(BlockPos p_298318_, SectionRenderDispatcher.RenderSection p_299737_, Direction p_301139_) voidSectionOcclusionGraph.onSectionCompiled(SectionRenderDispatcher.RenderSection p_301377_) voidSectionOcclusionGraph.SectionToNodeMap.put(SectionRenderDispatcher.RenderSection p_297513_, SectionOcclusionGraph.Node p_298532_) Method parameters in net.minecraft.client.renderer with type arguments of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionvoidSectionOcclusionGraph.addSectionsInFrustum(Frustum p_299761_, List<SectionRenderDispatcher.RenderSection> p_301346_) private voidSectionOcclusionGraph.runPartialUpdate(boolean p_298388_, Frustum p_299940_, List<SectionRenderDispatcher.RenderSection> p_297967_, Vec3 p_299094_) private voidSectionOcclusionGraph.runUpdates(SectionOcclusionGraph.GraphStorage p_299200_, Vec3 p_300018_, Queue<SectionOcclusionGraph.Node> p_300570_, boolean p_300892_, Consumer<SectionRenderDispatcher.RenderSection> p_298647_) voidSectionOcclusionGraph.update(boolean p_301275_, Camera p_298972_, Frustum p_298939_, List<SectionRenderDispatcher.RenderSection> p_300432_) Constructors in net.minecraft.client.renderer with parameters of type SectionRenderDispatcher.RenderSectionModifierConstructorDescription(package private)Node(SectionRenderDispatcher.RenderSection p_299649_, Direction p_299325_, int p_298364_) Constructor parameters in net.minecraft.client.renderer with type arguments of type SectionRenderDispatcher.RenderSectionModifierConstructorDescription(package private)GraphEvents(it.unimi.dsi.fastutil.longs.LongSet chunksWhichReceivedNeighbors, BlockingQueue<SectionRenderDispatcher.RenderSection> sectionsToPropagateFrom) Creates an instance of aGraphEventsrecord class. -
Uses of SectionRenderDispatcher.RenderSection in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk with parameters of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionvoidSectionRenderDispatcher.rebuildSectionSync(SectionRenderDispatcher.RenderSection p_299640_, RenderRegionCache p_297835_)