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.CODECprivate final List<ShaderProgramConfig.Sampler> CompiledShaderProgram.samplersprivate final List<ShaderProgramConfig.Sampler> ShaderProgramConfig.samplersThe field for thesamplersrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type ShaderProgramConfig.SamplerModifier and TypeMethodDescriptionShaderProgramConfig.samplers()Returns the value of thesamplersrecord 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 aShaderProgramConfigrecord class.