Uses of Record Class
net.minecraft.client.renderer.PostChainConfig
Packages that use PostChainConfig
-
Uses of PostChainConfig in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type PostChainConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PostChainConfig> PostChainConfig.CODECprivate final Map<ResourceLocation, PostChainConfig> ShaderManager.Configs.postChainsThe field for thepostChainsrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfigModifier and TypeMethodDescriptionShaderManager.Configs.postChains()Returns the value of thepostChainsrecord component.Methods in net.minecraft.client.renderer with parameters of type PostChainConfigModifier and TypeMethodDescriptionstatic PostChainPostChain.load(PostChainConfig pConfig, TextureManager pTextureManager, Set<ResourceLocation> pExternalTargets, ResourceLocation pName, CachedOrthoProjectionMatrixBuffer pProjectionMatrixBuffer) Method parameters in net.minecraft.client.renderer with type arguments of type PostChainConfigModifier and TypeMethodDescriptionprivate static voidShaderManager.loadPostChain(ResourceLocation pLocation, Resource pPostChain, ImmutableMap.Builder<ResourceLocation, PostChainConfig> pOutput)