Uses of Record Class
net.minecraft.client.gl.PostEffectPipeline
Packages that use PostEffectPipeline
-
Uses of PostEffectPipeline in net.minecraft.client.gl
Fields in net.minecraft.client.gl with type parameters of type PostEffectPipelineModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PostEffectPipeline> PostEffectPipeline.CODECprivate final Map<Identifier, PostEffectPipeline> ShaderLoader.Definitions.postChainsThe field for thepostChainsrecord component.Methods in net.minecraft.client.gl that return types with arguments of type PostEffectPipelineModifier and TypeMethodDescriptionShaderLoader.Definitions.postChains()Returns the value of thepostChainsrecord component.Methods in net.minecraft.client.gl with parameters of type PostEffectPipelineModifier and TypeMethodDescriptionstatic PostEffectProcessorPostEffectProcessor.parseEffect(PostEffectPipeline pipeline, TextureManager textureManager, Set<Identifier> availableExternalTargets, Identifier id) Method parameters in net.minecraft.client.gl with type arguments of type PostEffectPipelineModifier and TypeMethodDescriptionprivate static voidShaderLoader.loadPostEffect(Identifier id, Resource resource, ImmutableMap.Builder<Identifier, PostEffectPipeline> builder)