Uses of Record Class
net.minecraft.client.gl.PostEffectPipeline
Packages that use PostEffectPipeline
Package
Description
The base package for all Minecraft classes.
-
Uses of PostEffectPipeline in net.minecraft
Fields in net.minecraft with type parameters of type PostEffectPipelineModifier and TypeFieldDescriptionprivate final Map<Identifier, PostEffectPipeline> class_10151.class_10153.postChainsThe field for thepostChainsrecord component.Methods in net.minecraft that return types with arguments of type PostEffectPipelineModifier and TypeMethodDescriptionclass_10151.class_10153.postChains()Returns the value of thepostChainsrecord component.Method parameters in net.minecraft with type arguments of type PostEffectPipelineModifier and TypeMethodDescriptionprivate static voidclass_10151.method_62953(Identifier identifier, Resource resource, ImmutableMap.Builder<Identifier, PostEffectPipeline> builder) -
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.CODECMethods in net.minecraft.client.gl with parameters of type PostEffectPipelineModifier and TypeMethodDescriptionstatic PostEffectProcessorPostEffectProcessor.parseEffect(PostEffectPipeline postEffectPipeline, TextureManager textureManager, class_10151 class_10151, Set<Identifier> availableExternalTargets)