Uses of Record Class
net.minecraft.client.gl.Defines
Packages that use Defines
Package
Description
The base package for all Minecraft classes.
-
Uses of Defines in net.minecraft
Fields in net.minecraft declared as DefinesModifier and TypeFieldDescriptionprivate final Definesclass_10865.ShaderKey.definesThe field for thedefinesrecord component.Methods in net.minecraft that return DefinesModifier and TypeMethodDescriptionclass_10865.ShaderKey.defines()Returns the value of thedefinesrecord component.Methods in net.minecraft with parameters of type DefinesModifier and TypeMethodDescriptionprotected CompiledShaderclass_10865.method_68378(Identifier identifier, Type type, Defines defines, BiFunction<Identifier, Type, String> biFunction) Constructors in net.minecraft with parameters of type DefinesModifierConstructorDescription(package private)ShaderKey(Identifier identifier, Type type, Defines defines) -
Uses of Defines in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as DefinesModifier and TypeFieldDescriptionprivate final DefinesShaderPipeline.definesstatic final DefinesDefines.EMPTYFields in net.minecraft.client.gl with type parameters of type DefinesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Defines> Defines.CODECShaderPipeline.Stage.shaderDefinesThe field for theshaderDefinesrecord component.Methods in net.minecraft.client.gl that return DefinesModifier and TypeMethodDescriptionDefines.Builder.build()ShaderPipeline.getDefines()Defines.withMerged(Defines other) Methods in net.minecraft.client.gl that return types with arguments of type DefinesModifier and TypeMethodDescriptionShaderPipeline.Stage.shaderDefines()Returns the value of theshaderDefinesrecord component.Methods in net.minecraft.client.gl with parameters of type DefinesModifier and TypeMethodDescriptionstatic StringGlImportProcessor.addDefines(String source, Defines defines) Defines.withMerged(Defines other) Constructors in net.minecraft.client.gl with parameters of type DefinesModifierConstructorDescriptionprotectedShaderPipeline(Identifier id, Identifier vertices, Identifier pass, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, class_10880 class_10880, boolean bool, boolean bool2, boolean bool3, boolean bool4, class_10879 class_10879, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, float float2, float float3)