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_294150_, SectionRenderDispatcher.RenderSection p_295211_, Direction p_294491_) protected SectionRenderDispatcher.RenderSectionViewArea.getRenderSectionAt(BlockPos p_294239_) 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_295462_) SectionOcclusionGraph.SectionToNodeMap.get(SectionRenderDispatcher.RenderSection p_295721_) protected SectionOcclusionGraph.NodeSectionOcclusionGraph.getNode(SectionRenderDispatcher.RenderSection p_296364_) SectionOcclusionGraph.getRelativeFrom(BlockPos p_294150_, SectionRenderDispatcher.RenderSection p_295211_, Direction p_294491_) voidSectionOcclusionGraph.onSectionCompiled(SectionRenderDispatcher.RenderSection p_295414_) voidSectionOcclusionGraph.SectionToNodeMap.put(SectionRenderDispatcher.RenderSection p_295644_, SectionOcclusionGraph.Node p_295953_) Method parameters in net.minecraft.client.renderer with type arguments of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionvoidSectionOcclusionGraph.addSectionsInFrustum(Frustum p_294180_, List<SectionRenderDispatcher.RenderSection> p_296160_) private voidSectionOcclusionGraph.runPartialUpdate(boolean p_294795_, Frustum p_294341_, List<SectionRenderDispatcher.RenderSection> p_294796_, Vec3 p_295915_) private voidSectionOcclusionGraph.runUpdates(SectionOcclusionGraph.GraphStorage p_295507_, Vec3 p_294343_, Queue<SectionOcclusionGraph.Node> p_295598_, boolean p_295668_, Consumer<SectionRenderDispatcher.RenderSection> p_295393_) voidSectionOcclusionGraph.update(boolean p_294298_, Camera p_294529_, Frustum p_294426_, List<SectionRenderDispatcher.RenderSection> p_295280_) Constructors in net.minecraft.client.renderer with parameters of type SectionRenderDispatcher.RenderSectionModifierConstructorDescription(package private)Node(SectionRenderDispatcher.RenderSection p_295110_, Direction p_295920_, int p_295951_) 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_296309_, RenderRegionCache p_294139_)