Uses of Class
net.minecraft.client.renderer.PostChain
Packages that use PostChain
-
Uses of PostChain in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type PostChainModifier and TypeFieldDescriptionGameRenderer.appliedPostEffectsprivate final Map<Identifier, Optional<PostChain>> ShaderManager.PostChainCache.postChainsMethods in net.minecraft.client.renderer that return PostChainModifier and TypeMethodDescriptionShaderManager.PostChainCache.getOrLoadPostChain(Identifier id, Set<Identifier> allowedTargets) ShaderManager.getPostChain(Identifier id, Set<Identifier> allowedTargets) static PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<Identifier> allowedExternalTargets, Identifier id, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) ShaderManager.PostChainCache.loadPostChain(Identifier id, Set<Identifier> allowedTargets)