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 TypeMethodDescriptionvoidPostEffectProcessor.method_62234(FrameGraphBuilder frameGraphBuilder, RenderTickCounter renderTickCounter, int int2, int int3, PostEffectProcessor.FramebufferSet set) voidPostEffectPass.method_62255(FrameGraphBuilder frameGraphBuilder, Map<Identifier, Handle<Framebuffer>> map, Matrix4f matrix4f, float timeSeconds) -
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, Camera camera, Matrix4f positionMatrix, Matrix4f projectionMatrix, Fog fog, boolean bool, boolean bool2, RenderTickCounter tickCounter, 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)