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.CODEC
private final Map
<ResourceLocation, ShaderProgramConfig> ShaderManager.Configs.programs
The field for theprograms
record component.Methods in net.minecraft.client.renderer that return types with arguments of type ShaderProgramConfigModifier and TypeMethodDescriptionShaderManager.Configs.programs()
Returns the value of theprograms
record component.Methods in net.minecraft.client.renderer with parameters of type ShaderProgramConfigModifier and TypeMethodDescription(package private) static CompiledShaderProgram
ShaderManager.linkProgram
(ShaderProgram p_366640_, ShaderProgramConfig p_366864_, CompiledShader p_366716_, CompiledShader p_366871_) Method parameters in net.minecraft.client.renderer with type arguments of type ShaderProgramConfigModifier and TypeMethodDescriptionprivate static void
ShaderManager.loadProgram
(ResourceLocation p_366422_, Resource p_366602_, com.google.common.collect.ImmutableMap.Builder<ResourceLocation, ShaderProgramConfig> p_366850_) 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 aConfigs
record class.