Uses of Record Class
net.minecraft.client.gl.ShaderLoader.ShaderSourceKey
Packages that use ShaderLoader.ShaderSourceKey
-
Uses of ShaderLoader.ShaderSourceKey in net.minecraft.client.gl
Fields in net.minecraft.client.gl with type parameters of type ShaderLoader.ShaderSourceKeyModifier and TypeFieldDescriptionprivate final Map
<ShaderLoader.ShaderSourceKey, String> ShaderLoader.Definitions.shaderSources
The field for theshaderSources
record component.Methods in net.minecraft.client.gl that return types with arguments of type ShaderLoader.ShaderSourceKeyModifier and TypeMethodDescriptionShaderLoader.Definitions.shaderSources()
Returns the value of theshaderSources
record component.Method parameters in net.minecraft.client.gl with type arguments of type ShaderLoader.ShaderSourceKeyModifier and TypeMethodDescriptionprivate static void
ShaderLoader.loadShaderSource
(Identifier id, Resource resource, CompiledShader.Type type, Map<Identifier, Resource> allResources, ImmutableMap.Builder<ShaderLoader.ShaderSourceKey, String> builder)