Uses of Enum Class
com.mojang.blaze3d.shaders.ShaderType
Packages that use ShaderType
Package
Description
The base package for all Minecraft classes.
-
Uses of ShaderType in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type ShaderType -
Uses of ShaderType in com.mojang.blaze3d.shaders
Fields in com.mojang.blaze3d.shaders declared as ShaderTypeMethods in com.mojang.blaze3d.shaders that return ShaderTypeModifier and TypeMethodDescriptionstatic @Nullable ShaderTypeShaderType.byLocation(Identifier id) static ShaderTypeReturns the enum constant of this class with the specified name.static ShaderType[]ShaderType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ShaderType in net.minecraft
Methods in net.minecraft with parameters of type ShaderTypeModifier and TypeMethodDescription@Nullable Stringclass_12289.get(Identifier identifier, ShaderType shaderType) -
Uses of ShaderType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ShaderTypeModifier and TypeFieldDescriptionprivate final ShaderTypeCompiledShader.shaderTypeprivate final ShaderTypeGlBackend.ShaderKey.typeThe field for thetyperecord component.private final ShaderTypeShaderLoader.ShaderSourceKey.typeThe field for thetyperecord component.Methods in net.minecraft.client.gl that return ShaderTypeModifier and TypeMethodDescriptionGlBackend.ShaderKey.type()Returns the value of thetyperecord component.ShaderLoader.ShaderSourceKey.type()Returns the value of thetyperecord component.Methods in net.minecraft.client.gl with parameters of type ShaderTypeModifier and TypeMethodDescriptionprotected CompiledShaderGlBackend.compileShader(Identifier id, ShaderType type, Defines defines, class_12289 class_12289) @Nullable StringShaderLoader.Cache.getSource(Identifier id, ShaderType type) @Nullable StringShaderLoader.getSource(Identifier id, ShaderType type) private static voidShaderLoader.loadShaderSource(Identifier id, Resource resource, ShaderType type, Map<Identifier, Resource> allResources, ImmutableMap.Builder<ShaderLoader.ShaderSourceKey, String> builder) Constructors in net.minecraft.client.gl with parameters of type ShaderTypeModifierConstructorDescriptionCompiledShader(int handle, Identifier id, ShaderType shaderType) (package private)ShaderKey(Identifier id, ShaderType type, Defines defines) Creates an instance of aShaderKeyrecord class.(package private)ShaderSourceKey(Identifier id, ShaderType type) Creates an instance of aShaderSourceKeyrecord class.