Uses of Record Class
net.minecraft.client.gl.ShaderProgramDefinition.Sampler
Packages that use ShaderProgramDefinition.Sampler
- 
Uses of ShaderProgramDefinition.Sampler in net.minecraft.client.glFields in net.minecraft.client.gl with type parameters of type ShaderProgramDefinition.SamplerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ShaderProgramDefinition.Sampler> ShaderProgramDefinition.Sampler.CODECprivate final List<ShaderProgramDefinition.Sampler> ShaderProgram.samplersprivate final List<ShaderProgramDefinition.Sampler> ShaderProgramDefinition.samplersThe field for thesamplersrecord component.Methods in net.minecraft.client.gl that return types with arguments of type ShaderProgramDefinition.SamplerModifier and TypeMethodDescriptionShaderProgramDefinition.samplers()Returns the value of thesamplersrecord 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)