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.TYPESMethods in com.mojang.blaze3d.shaders that return CompiledShader.TypeModifier and TypeMethodDescriptionstatic CompiledShader.TypeCompiledShader.Type.byLocation(ResourceLocation location) static CompiledShader.TypeReturns 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 CompiledShaderCompiledShader.compile(ResourceLocation shaderId, CompiledShader.Type type, String source) -
Uses of CompiledShader.Type in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as CompiledShader.TypeModifier and TypeFieldDescriptionprivate final CompiledShader.TypeShaderManager.ShaderCompilationKey.typeThe field for thetyperecord component.private final CompiledShader.TypeShaderManager.ShaderSourceKey.typeThe field for thetyperecord component.Methods in net.minecraft.client.renderer that return CompiledShader.TypeModifier and TypeMethodDescriptionShaderManager.ShaderCompilationKey.type()Returns the value of thetyperecord component.ShaderManager.ShaderSourceKey.type()Returns the value of thetyperecord component.Methods in net.minecraft.client.renderer with parameters of type CompiledShader.TypeModifier and TypeMethodDescriptionprivate CompiledShaderShaderManager.CompilationCache.getOrCompileShader(ResourceLocation id, CompiledShader.Type type, ShaderDefines defines) private static voidShaderManager.loadShader(ResourceLocation location, Resource shader, CompiledShader.Type type, Map<ResourceLocation, Resource> shaderResources, ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> output) private CompiledShaderShaderManager.preloadShader(ResourceProvider resourceProvider, ResourceLocation shader, CompiledShader.Type type, ShaderDefines defines) 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 aShaderCompilationKeyrecord class.(package private)Creates an instance of aShaderSourceKeyrecord class.