Uses of Record Class
net.minecraft.client.renderer.ShaderProgramConfig.Sampler
Packages that use ShaderProgramConfig.Sampler
-
Uses of ShaderProgramConfig.Sampler in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ShaderProgramConfig.SamplerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ShaderProgramConfig.Sampler> ShaderProgramConfig.Sampler.CODEC
private final List
<ShaderProgramConfig.Sampler> CompiledShaderProgram.samplers
private final List
<ShaderProgramConfig.Sampler> ShaderProgramConfig.samplers
The field for thesamplers
record component.Methods in net.minecraft.client.renderer that return types with arguments of type ShaderProgramConfig.SamplerModifier and TypeMethodDescriptionShaderProgramConfig.samplers()
Returns the value of thesamplers
record component.Constructor parameters in net.minecraft.client.renderer with type arguments of type ShaderProgramConfig.SamplerModifierConstructorDescriptionShaderProgramConfig
(ResourceLocation vertex, ResourceLocation fragment, List<ShaderProgramConfig.Sampler> samplers, List<ShaderProgramConfig.Uniform> uniforms, ShaderDefines defines) Creates an instance of aShaderProgramConfig
record class.