Uses of Record Class
net.minecraft.client.gl.Pipeline.Pass
Packages that use Pipeline.Pass
-
Uses of Pipeline.Pass in net.minecraft.client.gl
Fields in net.minecraft.client.gl with type parameters of type Pipeline.PassModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Pipeline.Pass> Pipeline.Pass.CODECprivate final List<Pipeline.Pass> Pipeline.passesThe field for thepassesrecord component.Methods in net.minecraft.client.gl that return types with arguments of type Pipeline.PassModifier and TypeMethodDescriptionPipeline.passes()Returns the value of thepassesrecord component.Methods in net.minecraft.client.gl with parameters of type Pipeline.PassModifier and TypeMethodDescriptionprivate static PostEffectPassPostEffectProcessor.parsePass(ResourceFactory resourceFactory, TextureManager textureManager, Pipeline.Pass pass) Constructor parameters in net.minecraft.client.gl with type arguments of type Pipeline.PassModifierConstructorDescriptionPipeline(Map<Identifier, Pipeline.Targets> map, List<Pipeline.Pass> list)