Uses of Record Class
net.minecraft.client.renderer.ShaderManager.ShaderSourceKey
Packages that use ShaderManager.ShaderSourceKey
-
Uses of ShaderManager.ShaderSourceKey in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ShaderManager.ShaderSourceKeyModifier and TypeFieldDescriptionprivate final Map
<ShaderManager.ShaderSourceKey, String> ShaderManager.Configs.shaderSources
The field for theshaderSources
record component.Methods in net.minecraft.client.renderer that return types with arguments of type ShaderManager.ShaderSourceKeyModifier and TypeMethodDescriptionShaderManager.Configs.shaderSources()
Returns the value of theshaderSources
record component.Method parameters in net.minecraft.client.renderer with type arguments of type ShaderManager.ShaderSourceKeyModifier and TypeMethodDescriptionprivate static void
ShaderManager.loadShader
(ResourceLocation p_366513_, Resource p_366763_, ShaderType p_410200_, Map<ResourceLocation, Resource> p_366725_, com.google.common.collect.ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> p_366733_) Constructor parameters in net.minecraft.client.renderer with type arguments of type ShaderManager.ShaderSourceKeyModifierConstructorDescriptionConfigs
(Map<ShaderManager.ShaderSourceKey, String> shaderSources, Map<ResourceLocation, PostChainConfig> postChains) Creates an instance of aConfigs
record class.