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.GraphStorageSectionOcclusionGraph.GraphState.storageThe field for thestoragerecord component.Methods in net.minecraft.client.renderer that return SectionOcclusionGraph.GraphStorageModifier and TypeMethodDescriptionSectionOcclusionGraph.GraphState.storage()Returns the value of thestoragerecord component.Methods in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.GraphStorageModifier and TypeMethodDescriptionprivate voidSectionOcclusionGraph.runUpdates(SectionOcclusionGraph.GraphStorage storage, Vec3 cameraPos, Queue<SectionOcclusionGraph.Node> queue, boolean smartCull, Consumer<SectionRenderDispatcher.RenderSection> onSectionAdded, it.unimi.dsi.fastutil.longs.LongOpenHashSet emptySections) Constructors in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.GraphStorageModifierConstructorDescriptionprivateCreates an instance of aGraphStaterecord class.