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.CODEC
private final Map
<Identifier, PostEffectPipeline> ShaderLoader.Definitions.postChains
The field for thepostChains
record component.Methods in net.minecraft.client.gl that return types with arguments of type PostEffectPipelineModifier and TypeMethodDescriptionShaderLoader.Definitions.postChains()
Returns the value of thepostChains
record component.Methods in net.minecraft.client.gl with parameters of type PostEffectPipelineModifier and TypeMethodDescriptionstatic PostEffectProcessor
PostEffectProcessor.parseEffect
(PostEffectPipeline pipeline, TextureManager textureManager, ShaderLoader shaderLoader, Set<Identifier> availableExternalTargets) Method parameters in net.minecraft.client.gl with type arguments of type PostEffectPipelineModifier and TypeMethodDescriptionprivate static void
ShaderLoader.loadPostEffect
(Identifier id, Resource resource, ImmutableMap.Builder<Identifier, PostEffectPipeline> builder)