Uses of Class
net.minecraft.client.renderer.SectionOcclusionGraph.Node
Packages that use SectionOcclusionGraph.Node
-
Uses of SectionOcclusionGraph.Node in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as SectionOcclusionGraph.NodeModifier and TypeFieldDescriptionprivate final SectionOcclusionGraph.Node[]SectionOcclusionGraph.SectionToNodeMap.nodesMethods in net.minecraft.client.renderer that return SectionOcclusionGraph.NodeModifier and TypeMethodDescription@Nullable SectionOcclusionGraph.NodeSectionOcclusionGraph.SectionToNodeMap.get(SectionRenderDispatcher.RenderSection pSection) @Nullable SectionOcclusionGraph.NodeSectionOcclusionGraph.getNode(SectionRenderDispatcher.RenderSection pSection) Methods in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.NodeModifier and TypeMethodDescriptionvoidSectionOcclusionGraph.SectionToNodeMap.put(SectionRenderDispatcher.RenderSection pSection, SectionOcclusionGraph.Node pNode) Method parameters in net.minecraft.client.renderer with type arguments of type SectionOcclusionGraph.NodeModifier and TypeMethodDescriptionprivate voidSectionOcclusionGraph.initializeQueueForFullUpdate(Camera pCamera, Queue<SectionOcclusionGraph.Node> pNodeQueue) private voidSectionOcclusionGraph.runUpdates(SectionOcclusionGraph.GraphStorage pStorage, Vec3 pCameraPosition, Queue<SectionOcclusionGraph.Node> pQueue, boolean pSmartCull, Consumer<SectionRenderDispatcher.RenderSection> pVisibleSectionConsumer, it.unimi.dsi.fastutil.longs.LongOpenHashSet pLoadedEmptySection)