Uses of Class
com.mojang.blaze3d.framegraph.FrameGraphBuilder
Packages that use FrameGraphBuilder
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of FrameGraphBuilder in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type FrameGraphBuilderModifier and TypeMethodDescriptionprivate void
LevelRenderer.addCloudsPass
(FrameGraphBuilder pFrameGraphBuilder, CloudStatus pCloudStatus, Vec3 pCameraPosition, float pTicks, int pCloudColor, float pCloudHeight) Deprecated.private void
LevelRenderer.addCloudsPass
(FrameGraphBuilder pFrameGraphBuilder, CloudStatus pCloudStatus, Vec3 pCameraPosition, float pTicks, int pCloudColor, float pCloudHeight, org.joml.Matrix4f modelViewMatrix) private void
LevelRenderer.addLateDebugPass
(FrameGraphBuilder pFrameGraphBuilder, Vec3 pCameraPosition, GpuBufferSlice pShaderFog) private void
LevelRenderer.addMainPass
(FrameGraphBuilder p_361593_, Frustum p_366590_, Camera p_363453_, org.joml.Matrix4f p_362420_, GpuBufferSlice p_418185_, boolean p_363964_, boolean p_362137_, DeltaTracker p_360931_, ProfilerFiller p_362234_) private void
LevelRenderer.addParticlesPass
(FrameGraphBuilder pFrameGraphBuilder, Camera pCamera, float pPartialTick, GpuBufferSlice pShaderFog) Deprecated.private void
LevelRenderer.addParticlesPass
(FrameGraphBuilder pFrameGraphBuilder, Camera pCamera, float pPartialTick, GpuBufferSlice pShaderFog, Frustum frustum, org.joml.Matrix4f modelViewMatrix) private void
LevelRenderer.addSkyPass
(FrameGraphBuilder pFrameGraphBuilder, Camera pCamera, float pPartialTick, GpuBufferSlice pShaderFog) Deprecated.private void
LevelRenderer.addSkyPass
(FrameGraphBuilder pFrameGraphBuilder, Camera pCamera, float pPartialTick, GpuBufferSlice pShaderFog, org.joml.Matrix4f modelViewMatrix) void
PostChain.addToFrame
(FrameGraphBuilder pFrameGraphBuilder, int pWidth, int pHeight, PostChain.TargetBundle pTargetBundle) void
PostPass.addToFrame
(FrameGraphBuilder pFrameGraphBuilder, Map<ResourceLocation, ResourceHandle<RenderTarget>> pTargets, GpuBufferSlice pProjectionMatrixBuffer) private void
LevelRenderer.addWeatherPass
(FrameGraphBuilder pFrameGraphBuilder, Vec3 pCameraPosition, float pPartialTick, GpuBufferSlice pShaderFog) Deprecated.private void
LevelRenderer.addWeatherPass
(FrameGraphBuilder pFrameGraphBuilder, Vec3 pCameraPosition, float pPartialTick, GpuBufferSlice pShaderFog, org.joml.Matrix4f modelViewMatrix, Camera camera) -
Uses of FrameGraphBuilder in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type FrameGraphBuilderModifier and TypeMethodDescriptionstatic FrameGraphSetupEvent
ClientHooks.fireFrameGraphSetup
(FrameGraphBuilder builder, LevelTargetBundle targets, RenderTargetDescriptor renderTargetDescriptor, Frustum frustum, Camera camera, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, DeltaTracker deltaTracker, ProfilerFiller profiler) -
Uses of FrameGraphBuilder in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as FrameGraphBuilderMethods in net.neoforged.neoforge.client.event that return FrameGraphBuilderModifier and TypeMethodDescriptionFrameGraphSetupEvent.getFrameGrapBuilder()
Returns theFrameGraphBuilder
used to set up the frame graph.Constructors in net.neoforged.neoforge.client.event with parameters of type FrameGraphBuilderModifierConstructorDescriptionFrameGraphSetupEvent
(FrameGraphBuilder builder, LevelTargetBundle targets, RenderTargetDescriptor renderTargetDescriptor, Frustum frustum, Camera camera, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, DeltaTracker deltaTracker, ProfilerFiller profiler)
LevelRenderer.addCloudsPass(FrameGraphBuilder, CloudStatus, Vec3, float, int, float, Matrix4f)
instead