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.RenderSection
SectionOcclusionGraph.Node.section
ViewArea.sections
Fields 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.chunksWaitingForNeighbors
private final BlockingQueue
<SectionRenderDispatcher.RenderSection> SectionOcclusionGraph.GraphEvents.sectionsToPropagateFrom
The field for thesectionsToPropagateFrom
record component.private final it.unimi.dsi.fastutil.objects.ObjectArrayList
<SectionRenderDispatcher.RenderSection> LevelRenderer.visibleSections
Methods in net.minecraft.client.renderer that return SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionSectionOcclusionGraph.getRelativeFrom
(BlockPos pPos, SectionRenderDispatcher.RenderSection pSection, Direction pDirection) protected SectionRenderDispatcher.RenderSection
ViewArea.getRenderSectionAt
(BlockPos pPos) Methods in net.minecraft.client.renderer that return types with arguments of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionSectionOcclusionGraph.GraphEvents.sectionsToPropagateFrom()
Returns the value of thesectionsToPropagateFrom
record component.Methods in net.minecraft.client.renderer with parameters of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionvoid
LevelRenderer.addRecentlyCompiledSection
(SectionRenderDispatcher.RenderSection pRenderSection) SectionOcclusionGraph.SectionToNodeMap.get
(SectionRenderDispatcher.RenderSection pSection) protected SectionOcclusionGraph.Node
SectionOcclusionGraph.getNode
(SectionRenderDispatcher.RenderSection pSection) SectionOcclusionGraph.getRelativeFrom
(BlockPos pPos, SectionRenderDispatcher.RenderSection pSection, Direction pDirection) void
SectionOcclusionGraph.onSectionCompiled
(SectionRenderDispatcher.RenderSection pSection) void
SectionOcclusionGraph.SectionToNodeMap.put
(SectionRenderDispatcher.RenderSection pSection, SectionOcclusionGraph.Node pNode) Method parameters in net.minecraft.client.renderer with type arguments of type SectionRenderDispatcher.RenderSectionModifier and TypeMethodDescriptionvoid
SectionOcclusionGraph.addSectionsInFrustum
(Frustum pFrustum, List<SectionRenderDispatcher.RenderSection> pSections) private void
SectionOcclusionGraph.runPartialUpdate
(boolean pSmartCull, Frustum pFrustum, List<SectionRenderDispatcher.RenderSection> pSections, Vec3 pCameraPosition) private void
SectionOcclusionGraph.runUpdates
(SectionOcclusionGraph.GraphStorage pGraphStorage, Vec3 pCameraPosition, Queue<SectionOcclusionGraph.Node> pNodeQueue, boolean pSmartCull, Consumer<SectionRenderDispatcher.RenderSection> pSections) void
SectionOcclusionGraph.update
(boolean pSmartCull, Camera pCamera, Frustum pFrustum, List<SectionRenderDispatcher.RenderSection> pSections) Constructors in net.minecraft.client.renderer with parameters of type SectionRenderDispatcher.RenderSectionModifierConstructorDescription(package private)
Node
(SectionRenderDispatcher.RenderSection pSection, Direction pSourceDirection, int pStep) 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 aGraphEvents
record 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 TypeMethodDescriptionvoid
SectionRenderDispatcher.rebuildSectionSync
(SectionRenderDispatcher.RenderSection pSection, RenderRegionCache pRegionCache)