Uses of Class
net.minecraft.client.renderer.SectionOcclusionGraph.GraphStorage
Packages that use SectionOcclusionGraph.GraphStorage
-
Uses of SectionOcclusionGraph.GraphStorage in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as SectionOcclusionGraph.GraphStorageModifier and TypeFieldDescriptionprivate final SectionOcclusionGraph.GraphStorage
SectionOcclusionGraph.GraphState.storage
The field for thestorage
record component.Methods in net.minecraft.client.renderer that return SectionOcclusionGraph.GraphStorageModifier and TypeMethodDescriptionSectionOcclusionGraph.GraphState.storage()
Returns the value of thestorage
record component.Methods in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.GraphStorageModifier and TypeMethodDescriptionprivate void
SectionOcclusionGraph.runUpdates
(SectionOcclusionGraph.GraphStorage pStorage, Vec3 pCameraPosition, Queue<SectionOcclusionGraph.Node> pQueue, boolean pSmartCull, Consumer<SectionRenderDispatcher.RenderSection> pVisibleSectionConsumer, it.unimi.dsi.fastutil.longs.LongOpenHashSet pLoadedEmptySection) Constructors in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.GraphStorageModifierConstructorDescription(package private)
Creates an instance of aGraphState
record class.