Uses of Enum Class
com.mojang.blaze3d.shaders.CompiledShader.Type
Packages that use CompiledShader.Type
-
Uses of CompiledShader.Type in com.mojang.blaze3d.shaders
Fields in com.mojang.blaze3d.shaders declared as CompiledShader.TypeModifier and TypeFieldDescriptionprivate static final CompiledShader.Type[]
CompiledShader.Type.TYPES
Methods in com.mojang.blaze3d.shaders that return CompiledShader.TypeModifier and TypeMethodDescriptionstatic CompiledShader.Type
CompiledShader.Type.byLocation
(ResourceLocation p_366905_) static CompiledShader.Type
Returns the enum constant of this class with the specified name.static CompiledShader.Type[]
CompiledShader.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.shaders with parameters of type CompiledShader.TypeModifier and TypeMethodDescriptionstatic CompiledShader
CompiledShader.compile
(ResourceLocation p_366584_, CompiledShader.Type p_366740_, String p_366434_) -
Uses of CompiledShader.Type in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as CompiledShader.TypeModifier and TypeFieldDescriptionprivate final CompiledShader.Type
ShaderManager.ShaderCompilationKey.type
The field for thetype
record component.private final CompiledShader.Type
ShaderManager.ShaderSourceKey.type
The field for thetype
record component.Methods in net.minecraft.client.renderer that return CompiledShader.TypeModifier and TypeMethodDescriptionShaderManager.ShaderCompilationKey.type()
Returns the value of thetype
record component.ShaderManager.ShaderSourceKey.type()
Returns the value of thetype
record component.Methods in net.minecraft.client.renderer with parameters of type CompiledShader.TypeModifier and TypeMethodDescriptionprivate CompiledShader
ShaderManager.CompilationCache.getOrCompileShader
(ResourceLocation p_368708_, CompiledShader.Type p_368521_, ShaderDefines p_368640_) private static void
ShaderManager.loadShader
(ResourceLocation p_366513_, Resource p_366763_, CompiledShader.Type p_366461_, Map<ResourceLocation, Resource> p_366725_, com.google.common.collect.ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> p_366733_) private CompiledShader
ShaderManager.preloadShader
(ResourceProvider p_366664_, ResourceLocation p_366827_, CompiledShader.Type p_366782_, ShaderDefines p_366425_) Constructors in net.minecraft.client.renderer with parameters of type CompiledShader.TypeModifierConstructorDescription(package private)
ShaderCompilationKey
(ResourceLocation id, CompiledShader.Type type, ShaderDefines defines) Creates an instance of aShaderCompilationKey
record class.(package private)
Creates an instance of aShaderSourceKey
record class.