Uses of Class
net.minecraft.client.render.FrameGraphBuilder
Packages that use FrameGraphBuilder
-
Uses of FrameGraphBuilder in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type FrameGraphBuilderModifier and TypeMethodDescriptionvoid
PostEffectPass.render
(FrameGraphBuilder builder, Map<Identifier, Handle<Framebuffer>> handles, Matrix4f projectionMatrix) void
PostEffectProcessor.render
(FrameGraphBuilder builder, int textureWidth, int textureHeight, PostEffectProcessor.FramebufferSet framebufferSet) -
Uses of FrameGraphBuilder in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type FrameGraphBuilderModifier and TypeMethodDescriptionprivate void
WorldRenderer.renderClouds
(FrameGraphBuilder frameGraphBuilder, Matrix4f positionMatrix, Matrix4f projectionMatrix, CloudRenderMode renderMode, Vec3d cameraPos, float ticks, int color, float cloudHeight) private void
WorldRenderer.renderLateDebug
(FrameGraphBuilder frameGraphBuilder, Vec3d pos, Fog fog) private void
WorldRenderer.renderMain
(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Camera camera, Matrix4f positionMatrix, Matrix4f projectionMatrix, Fog fog, boolean renderBlockOutline, boolean renderEntityOutlines, RenderTickCounter renderTickCounter, Profiler profiler) private void
WorldRenderer.renderParticles
(FrameGraphBuilder frameGraphBuilder, Camera camera, float tickDelta, Fog fog) private void
WorldRenderer.renderSky
(FrameGraphBuilder frameGraphBuilder, Camera camera, float tickDelta, Fog fog) private void
WorldRenderer.renderWeather
(FrameGraphBuilder frameGraphBuilder, Vec3d pos, float tickDelta, Fog fog)