Uses of Enum Class
net.minecraft.client.gl.Type
Packages that use Type
Package
Description
The base package for all Minecraft classes.
-
Uses of Type in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type Type -
Uses of Type in com.mojang.blaze3d.systems
Method parameters in com.mojang.blaze3d.systems with type arguments of type TypeModifier and TypeMethodDescriptionstatic voidRenderSystem.initRenderer(long long2, int int2, boolean bool, BiFunction<Identifier, Type, String> biFunction, boolean bool2) -
Uses of Type in net.minecraft
Fields in net.minecraft declared as TypeModifier and TypeFieldDescriptionprivate final Typeclass_10865.ShaderKey.typeThe field for thetyperecord component.Fields in net.minecraft with type parameters of type TypeModifier and TypeFieldDescriptionprivate final BiFunction<Identifier, Type, String> class_10865.field_57859Methods in net.minecraft that return TypeModifier and TypeMethodDescriptionclass_10865.ShaderKey.type()Returns the value of thetyperecord component.Methods in net.minecraft with parameters of type TypeModifier and TypeMethodDescriptionprotected CompiledShaderclass_10865.method_68378(Identifier identifier, Type type, Defines defines, BiFunction<Identifier, Type, String> biFunction) Method parameters in net.minecraft with type arguments of type TypeModifier and TypeMethodDescriptionprotected CompiledShaderclass_10865.method_68378(Identifier identifier, Type type, Defines defines, BiFunction<Identifier, Type, String> biFunction) private CompiledShaderclass_10865.method_68379(class_10865.ShaderKey shaderKey, BiFunction<Identifier, Type, String> biFunction) class_10865.method_68390(ShaderPipeline shaderPipeline, @Nullable BiFunction<Identifier, Type, String> biFunction) class_10882.method_68390(ShaderPipeline shaderPipeline, @Nullable BiFunction<Identifier, Type, String> biFunction) private class_10867class_10865.method_68392(ShaderPipeline shaderPipeline, BiFunction<Identifier, Type, String> biFunction) Constructors in net.minecraft with parameters of type TypeModifierConstructorDescription(package private)ShaderKey(Identifier identifier, Type type, Defines defines) Constructor parameters in net.minecraft with type arguments of type TypeModifierConstructorDescriptionclass_10865(long long2, int int2, boolean bool, BiFunction<Identifier, Type, String> biFunction, boolean bool2) -
Uses of Type in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as TypeModifier and TypeFieldDescriptionprivate final TypeCompiledShader.field_57881private final TypeShaderLoader.ShaderSourceKey.typeThe field for thetyperecord component.private static final Type[]Type.VALUESMethods in net.minecraft.client.gl that return TypeModifier and TypeMethodDescriptionType.fromId(Identifier id) ShaderLoader.ShaderSourceKey.type()Returns the value of thetyperecord component.static TypeReturns the enum constant of this class with the specified name.static Type[]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 TypeModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.compile(Identifier id, Type type, String source) private static voidShaderLoader.loadShaderSource(Identifier id, Resource resource, Type type, Map<Identifier, Resource> allResources, ImmutableMap.Builder<ShaderLoader.ShaderSourceKey, String> builder) ShaderLoader.method_68496(Identifier identifier, Type type) ShaderLoader.Cache.method_68498(Identifier identifier, Type type) Constructors in net.minecraft.client.gl with parameters of type TypeModifierConstructorDescriptionCompiledShader(int handle, Identifier path, Type type) (package private)ShaderSourceKey(Identifier identifier, Type type)