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 TypeFieldDescription(package private) final Map
<ResourceLocation, Optional<PostChain>> ShaderManager.CompilationCache.postChains
Methods in net.minecraft.client.renderer that return PostChainModifier and TypeMethodDescriptionShaderManager.CompilationCache.getOrLoadPostChain
(ResourceLocation pName, Set<ResourceLocation> pExternalTargets) ShaderManager.getPostChain
(ResourceLocation pId, Set<ResourceLocation> pExternalTargets) private PostChain
LevelRenderer.getTransparencyChain()
static PostChain
PostChain.load
(PostChainConfig pConfig, TextureManager pTextureManager, Set<ResourceLocation> pExternalTargets, ResourceLocation pName, CachedOrthoProjectionMatrixBuffer pProjectionMatrixBuffer) private PostChain
ShaderManager.CompilationCache.loadPostChain
(ResourceLocation pName, Set<ResourceLocation> pExternalTargets)