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.shaderSourcesThe field for theshaderSourcesrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type ShaderManager.ShaderSourceKeyModifier and TypeMethodDescriptionShaderManager.Configs.shaderSources()Returns the value of theshaderSourcesrecord component.Method parameters in net.minecraft.client.renderer with type arguments of type ShaderManager.ShaderSourceKeyModifier and TypeMethodDescriptionprivate static voidShaderManager.loadShader(ResourceLocation pLocation, Resource pShader, ShaderType pType, Map<ResourceLocation, Resource> pShaderResources, ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> pOutput) 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 aConfigsrecord class.