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<Identifier, 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 config, TextureManager textureManager, Set<Identifier> allowedExternalTargets, Identifier id, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) Method parameters in net.minecraft.client.renderer with type arguments of type PostChainConfigModifier and TypeMethodDescriptionprivate static voidShaderManager.loadPostChain(Identifier location, Resource resource, ImmutableMap.Builder<Identifier, PostChainConfig> output)