Uses of Enum Class
net.minecraft.client.gl.CompiledShader.Type
Packages that use CompiledShader.Type
-
Uses of CompiledShader.Type in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as CompiledShader.TypeModifier and TypeFieldDescriptionprivate final CompiledShader.TypeShaderLoader.ShaderKey.typeThe field for thetyperecord component.private final CompiledShader.TypeShaderLoader.ShaderSourceKey.typeThe field for thetyperecord component.private static final CompiledShader.Type[]CompiledShader.Type.VALUESMethods in net.minecraft.client.gl that return CompiledShader.TypeModifier and TypeMethodDescriptionstatic @Nullable CompiledShader.TypeCompiledShader.Type.fromId(Identifier id) ShaderLoader.ShaderKey.type()Returns the value of thetyperecord component.ShaderLoader.ShaderSourceKey.type()Returns the value of thetyperecord component.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 net.minecraft.client.gl with parameters of type CompiledShader.TypeModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.compile(Identifier id, CompiledShader.Type type, String source) private CompiledShaderShaderLoader.compileShader(ResourceFactory factory, Identifier id, CompiledShader.Type type, Defines defines) private CompiledShaderShaderLoader.Cache.loadShader(Identifier id, CompiledShader.Type type, Defines defines) private static voidShaderLoader.loadShaderSource(Identifier id, Resource resource, CompiledShader.Type type, Map<Identifier, Resource> allResources, ImmutableMap.Builder<ShaderLoader.ShaderSourceKey, String> builder) Constructors in net.minecraft.client.gl with parameters of type CompiledShader.TypeModifierConstructorDescription(package private)ShaderKey(Identifier identifier, CompiledShader.Type type, Defines defines) (package private)ShaderSourceKey(Identifier identifier, CompiledShader.Type type)