Uses of Interface
net.minecraft.client.gl.Pipeline.Input
Packages that use Pipeline.Input
-
Uses of Pipeline.Input in net.minecraft.client.gl
Classes in net.minecraft.client.gl that implement Pipeline.InputModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.client.gl with type parameters of type Pipeline.InputModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Pipeline.Input> Pipeline.Input.field_53114private static final com.mojang.serialization.Codec<List<Pipeline.Input>> Pipeline.Pass.field_53117private final List<Pipeline.Input> Pipeline.Pass.inputsThe field for theinputsrecord component.Methods in net.minecraft.client.gl that return types with arguments of type Pipeline.InputModifier and TypeMethodDescriptionPipeline.Pass.inputs()Returns the value of theinputsrecord component.Constructor parameters in net.minecraft.client.gl with type arguments of type Pipeline.InputModifierConstructorDescriptionPass(String string, List<Pipeline.Input> list, Identifier identifier, List<Pipeline.Uniform> list2)