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.nodes
Fields in net.minecraft.client.renderer with type parameters of type SectionOcclusionGraph.NodeMethods in net.minecraft.client.renderer that return SectionOcclusionGraph.NodeModifier and TypeMethodDescriptionSectionOcclusionGraph.SectionToNodeMap.get
(SectionRenderDispatcher.RenderSection section) protected SectionOcclusionGraph.Node
SectionOcclusionGraph.getNode
(SectionRenderDispatcher.RenderSection section) Methods in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.NodeModifier and TypeMethodDescriptionvoid
SectionOcclusionGraph.SectionToNodeMap.put
(SectionRenderDispatcher.RenderSection section, SectionOcclusionGraph.Node node) Method parameters in net.minecraft.client.renderer with type arguments of type SectionOcclusionGraph.NodeModifier and TypeMethodDescriptionprivate void
SectionOcclusionGraph.initializeQueueForFullUpdate
(Camera camera, Queue<SectionOcclusionGraph.Node> nodeQueue) private void
SectionOcclusionGraph.runUpdates
(SectionOcclusionGraph.GraphStorage graphStorage, Vec3 cameraPosition, Queue<SectionOcclusionGraph.Node> nodeQueue, boolean smartCull, Consumer<SectionRenderDispatcher.RenderSection> sections)