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 DefinesFields in net.minecraft with type parameters of type DefinesModifier and TypeFieldDescriptionclass_10785.Stage.shaderDefinesThe field for theshaderDefinesrecord component.Methods in net.minecraft that return DefinesMethods in net.minecraft that return types with arguments of type DefinesModifier and TypeMethodDescriptionclass_10785.Stage.shaderDefines()Returns the value of theshaderDefinesrecord component.Constructors in net.minecraft with parameters of type DefinesModifierConstructorDescriptionprotectedclass_10785(Identifier identifier, Identifier vertexId, Identifier shard, Defines defines, List<String> samples, List<class_10785.class_10788> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, GlStateManager.LogicOp colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode) -
Uses of Defines in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as DefinesModifier and TypeFieldDescriptionprivate final DefinesShaderLoader.ShaderKey.definesThe field for thedefinesrecord component.static final DefinesDefines.EMPTYFields in net.minecraft.client.gl with type parameters of type DefinesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Defines> Defines.CODECMethods in net.minecraft.client.gl that return DefinesModifier and TypeMethodDescriptionDefines.Builder.build()ShaderLoader.ShaderKey.defines()Returns the value of thedefinesrecord component.Defines.withMerged(Defines other) Methods in net.minecraft.client.gl with parameters of type DefinesModifier and TypeMethodDescriptionstatic StringGlImportProcessor.addDefines(String source, Defines defines) private CompiledShaderShaderLoader.compileShader(ResourceFactory factory, Identifier id, CompiledShader.Type type, Defines defines) ShaderLoader.Cache.loadShader(Identifier id, CompiledShader.Type type, Defines defines) Defines.withMerged(Defines other) Constructors in net.minecraft.client.gl with parameters of type DefinesModifierConstructorDescription(package private)ShaderKey(Identifier identifier, CompiledShader.Type type, Defines defines)