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 record
static final record
Fields in net.minecraft.client.renderer with type parameters of type PostChainConfig.InputModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PostChainConfig.Input> PostChainConfig.Input.CODEC
private final List
<PostChainConfig.Input> PostChainConfig.Pass.inputs
The field for theinputs
record component.private static final com.mojang.serialization.Codec
<List<PostChainConfig.Input>> PostChainConfig.Pass.INPUTS_CODEC
Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.InputModifier and TypeMethodDescriptionPostChainConfig.Pass.inputs()
Returns the value of theinputs
record component.Constructor parameters in net.minecraft.client.renderer with type arguments of type PostChainConfig.InputModifierConstructorDescriptionPass
(ResourceLocation vertexShaderId, ResourceLocation fragmentShaderId, List<PostChainConfig.Input> inputs, ResourceLocation outputTarget, List<PostChainConfig.Uniform> uniforms) Creates an instance of aPass
record class.