Uses of Interface
net.minecraft.client.renderer.PostChainConfig.Input
Packages that use PostChainConfig.Input
-
Uses of PostChainConfig.Input in net.minecraft.client.renderer
Classes in net.minecraft.client.renderer that implement PostChainConfig.InputModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.client.renderer with type parameters of type PostChainConfig.InputModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PostChainConfig.Input> PostChainConfig.Input.CODECprivate final List<PostChainConfig.Input> PostChainConfig.Pass.inputsThe field for theinputsrecord component.private static final com.mojang.serialization.Codec<List<PostChainConfig.Input>> PostChainConfig.Pass.INPUTS_CODECMethods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.InputModifier and TypeMethodDescriptionPostChainConfig.Pass.inputs()Returns the value of theinputsrecord component.Constructor parameters in net.minecraft.client.renderer with type arguments of type PostChainConfig.InputModifierConstructorDescriptionPass(Identifier vertexShaderId, Identifier fragmentShaderId, List<PostChainConfig.Input> inputs, Identifier outputTarget, Map<String, List<UniformValue>> uniforms) Creates an instance of aPassrecord class.