Uses of Record Class
net.minecraft.client.gl.ShaderProgramDefinition.Sampler
Packages that use ShaderProgramDefinition.Sampler
-
Uses of ShaderProgramDefinition.Sampler in net.minecraft.client.gl
Fields in net.minecraft.client.gl with type parameters of type ShaderProgramDefinition.SamplerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ShaderProgramDefinition.Sampler> ShaderProgramDefinition.Sampler.CODEC
private final List
<ShaderProgramDefinition.Sampler> ShaderProgram.samplers
private final List
<ShaderProgramDefinition.Sampler> ShaderProgramDefinition.samplers
The field for thesamplers
record component.Methods in net.minecraft.client.gl that return types with arguments of type ShaderProgramDefinition.SamplerModifier and TypeMethodDescriptionShaderProgramDefinition.samplers()
Returns the value of thesamplers
record component.Constructor parameters in net.minecraft.client.gl with type arguments of type ShaderProgramDefinition.SamplerModifierConstructorDescriptionShaderProgramDefinition
(Identifier identifier, Identifier identifier2, List<ShaderProgramDefinition.Sampler> list, List<ShaderProgramDefinition.Uniform> list2, Defines defines)