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.CODEC
private final Map
<ResourceLocation, PostChainConfig> ShaderManager.Configs.postChains
The field for thepostChains
record component.Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfigModifier and TypeMethodDescriptionShaderManager.Configs.postChains()
Returns the value of thepostChains
record component.Methods in net.minecraft.client.renderer with parameters of type PostChainConfigModifier and TypeMethodDescriptionstatic PostChain
PostChain.load
(PostChainConfig pConfig, TextureManager pTextureManager, Set<ResourceLocation> pExternalTargets, ResourceLocation pName) Method parameters in net.minecraft.client.renderer with type arguments of type PostChainConfigModifier and TypeMethodDescriptionprivate static void
ShaderManager.loadPostChain
(ResourceLocation pLocation, Resource pPostChain, ImmutableMap.Builder<ResourceLocation, PostChainConfig> pOutput)