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 TypeFieldDescriptionprivate final Map<Identifier, Optional<PostChain>> ShaderManager.CompilationCache.postChainsMethods in net.minecraft.client.renderer that return PostChainModifier and TypeMethodDescription@Nullable PostChainShaderManager.CompilationCache.getOrLoadPostChain(Identifier id, Set<Identifier> allowedTargets) @Nullable PostChainShaderManager.getPostChain(Identifier id, Set<Identifier> allowedTargets) private @Nullable PostChainLevelRenderer.getTransparencyChain()static PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<Identifier> allowedExternalTargets, Identifier id, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) private PostChainShaderManager.CompilationCache.loadPostChain(Identifier id, Set<Identifier> allowedTargets)