Uses of Class
net.minecraft.client.gl.Framebuffer
Packages that use Framebuffer
Package
Description
-
Uses of Framebuffer in net.minecraft.client
Fields in net.minecraft.client declared as FramebufferMethods in net.minecraft.client that return Framebuffer -
Uses of Framebuffer in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as FramebufferModifier and TypeFieldDescriptionfinal FramebufferPostProcessShader.field_8049final FramebufferPostProcessShader.field_8050private FramebufferShaderEffect.frameBufferFields in net.minecraft.client.gl with type parameters of type FramebufferModifier and TypeFieldDescriptionprivate final List<Framebuffer>ShaderEffect.defaultSizedTargetsprivate final Map<String,Framebuffer> ShaderEffect.targetsByNameMethods in net.minecraft.client.gl that return FramebufferModifier and TypeMethodDescriptionShaderEffect.getSecondaryTarget(String name) private FramebufferMethods in net.minecraft.client.gl with parameters of type FramebufferModifier and TypeMethodDescriptionShaderEffect.addPass(String programName, Framebuffer source, Framebuffer dest) Constructors in net.minecraft.client.gl with parameters of type FramebufferModifierConstructorDescriptionPostProcessShader(ResourceManager resourceManager, String string, Framebuffer framebuffer, Framebuffer framebuffer2) ShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer frameBuffer, Identifier identifier) -
Uses of Framebuffer in net.minecraft.client.render
Fields in net.minecraft.client.render declared as FramebufferModifier and TypeFieldDescriptionprivate FramebufferWorldRenderer.field_10798private FramebufferLoadingScreenRenderer.framebuffer -
Uses of Framebuffer in net.minecraft.client.twitch
Fields in net.minecraft.client.twitch declared as Framebuffer -
Uses of Framebuffer in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type FramebufferModifier and TypeMethodDescriptionstatic TextScreenshotUtils.saveScreenshot(File parent, int textureWidth, int textureHeight, Framebuffer buffer) static TextScreenshotUtils.saveScreenshot(File parent, String name, int textureWidth, int textureHeight, Framebuffer buffer)