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 TypeMethodDescriptionvoidPostEffectPass.render(FrameGraphBuilder builder, Map<Identifier, Handle<Framebuffer>> handles, Matrix4f projectionMatrix) voidPostEffectProcessor.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 voidWorldRenderer.renderClouds(FrameGraphBuilder frameGraphBuilder, Matrix4f positionMatrix, Matrix4f projectionMatrix, CloudRenderMode renderMode, Vec3d cameraPos, float ticks, int color, float cloudHeight) private voidWorldRenderer.renderLateDebug(FrameGraphBuilder frameGraphBuilder, Vec3d vec3d, Fog fog) private voidWorldRenderer.renderMain(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Camera camera, Matrix4f matrix4f, Matrix4f matrix4f2, Fog fog, boolean bool, boolean bool2, RenderTickCounter renderTickCounter, Profiler profiler) private voidWorldRenderer.renderParticles(FrameGraphBuilder frameGraphBuilder, Camera camera, LightmapTextureManager lightmapTextureManager, float float2, Fog fog) private voidWorldRenderer.renderSky(FrameGraphBuilder frameGraphBuilder, Camera camera, float tickDelta, Fog fog) private voidWorldRenderer.renderWeather(FrameGraphBuilder frameGraphBuilder, LightmapTextureManager lightmapTextureManager, Vec3d vec3d, float float2, Fog fog)