Uses of Record Class
net.minecraft.client.renderer.SectionOcclusionGraph.GraphEvents
Packages that use SectionOcclusionGraph.GraphEvents
-
Uses of SectionOcclusionGraph.GraphEvents in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as SectionOcclusionGraph.GraphEventsModifier and TypeFieldDescriptionprivate final SectionOcclusionGraph.GraphEventsSectionOcclusionGraph.GraphState.eventsThe field for theeventsrecord component.Fields in net.minecraft.client.renderer with type parameters of type SectionOcclusionGraph.GraphEventsModifier and TypeFieldDescriptionprivate final AtomicReference<SectionOcclusionGraph.GraphEvents> SectionOcclusionGraph.nextGraphEventsMethods in net.minecraft.client.renderer that return SectionOcclusionGraph.GraphEventsModifier and TypeMethodDescriptionSectionOcclusionGraph.GraphState.events()Returns the value of theeventsrecord component.Methods in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.GraphEventsModifier and TypeMethodDescriptionprivate voidSectionOcclusionGraph.addNeighbors(SectionOcclusionGraph.GraphEvents p_295866_, ChunkPos p_295968_) Constructors in net.minecraft.client.renderer with parameters of type SectionOcclusionGraph.GraphEventsModifierConstructorDescription(package private)Creates an instance of aGraphStaterecord class.