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 pSection) protected SectionOcclusionGraph.Node
SectionOcclusionGraph.getNode
(SectionRenderDispatcher.RenderSection pSection) Methods in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.NodeModifier and TypeMethodDescriptionvoid
SectionOcclusionGraph.SectionToNodeMap.put
(SectionRenderDispatcher.RenderSection pSection, SectionOcclusionGraph.Node pNode) Method parameters in net.minecraft.client.renderer with type arguments of type SectionOcclusionGraph.NodeModifier and TypeMethodDescriptionprivate void
SectionOcclusionGraph.initializeQueueForFullUpdate
(Camera pCamera, Queue<SectionOcclusionGraph.Node> pNodeQueue) private void
SectionOcclusionGraph.runUpdates
(SectionOcclusionGraph.GraphStorage pGraphStorage, Vec3 pCameraPosition, Queue<SectionOcclusionGraph.Node> pNodeQueue, boolean pSmartCull, Consumer<SectionRenderDispatcher.RenderSection> pSections)