Uses of Record Class
net.minecraft.client.renderer.ShaderProgramConfig
Packages that use ShaderProgramConfig
-
Uses of ShaderProgramConfig in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ShaderProgramConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ShaderProgramConfig> ShaderProgramConfig.CODECprivate final Map<ResourceLocation, ShaderProgramConfig> ShaderManager.Configs.programsThe field for theprogramsrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type ShaderProgramConfigModifier and TypeMethodDescriptionShaderManager.Configs.programs()Returns the value of theprogramsrecord component.Methods in net.minecraft.client.renderer with parameters of type ShaderProgramConfigModifier and TypeMethodDescription(package private) static CompiledShaderProgramShaderManager.linkProgram(ShaderProgram program, ShaderProgramConfig config, CompiledShader vertexShader, CompiledShader fragmentShader) Method parameters in net.minecraft.client.renderer with type arguments of type ShaderProgramConfigModifier and TypeMethodDescriptionprivate static voidShaderManager.loadProgram(ResourceLocation location, Resource resource, ImmutableMap.Builder<ResourceLocation, ShaderProgramConfig> output) Constructor parameters in net.minecraft.client.renderer with type arguments of type ShaderProgramConfigModifierConstructorDescriptionConfigs(Map<ResourceLocation, ShaderProgramConfig> programs, Map<ShaderManager.ShaderSourceKey, String> shaderSources, Map<ResourceLocation, PostChainConfig> postChains) Creates an instance of aConfigsrecord class.