Uses of Class
net.neoforged.neoforge.client.event.FrameGraphSetupEvent
Packages that use FrameGraphSetupEvent
-
Uses of FrameGraphSetupEvent in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return FrameGraphSetupEventModifier and TypeMethodDescriptionstatic FrameGraphSetupEvent
ClientHooks.fireFrameGraphSetup
(com.mojang.blaze3d.framegraph.FrameGraphBuilder builder, net.minecraft.client.renderer.LevelTargetBundle targets, com.mojang.blaze3d.resource.RenderTargetDescriptor renderTargetDescriptor, net.minecraft.client.renderer.culling.Frustum frustum, net.minecraft.client.Camera camera, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, net.minecraft.client.DeltaTracker deltaTracker, net.minecraft.util.profiling.ProfilerFiller profiler)