Uses of Record Class
net.minecraft.client.gl.Defines
Packages that use Defines
-
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.private final DefinesShaderProgramLayer.defsstatic final DefinesDefines.EMPTYFields in net.minecraft.client.gl with type parameters of type DefinesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Defines> Defines.CODECShaderProgramLayer.Stage.shaderDefinesThe field for theshaderDefinesrecord component.Methods in net.minecraft.client.gl that return DefinesModifier and TypeMethodDescriptionDefines.Builder.build()ShaderLoader.ShaderKey.defines()Returns the value of thedefinesrecord component.ShaderProgramLayer.getDefs()Defines.withMerged(Defines other) Methods in net.minecraft.client.gl that return types with arguments of type DefinesModifier and TypeMethodDescriptionShaderProgramLayer.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) 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) protectedShaderProgramLayer(Identifier identifier, Identifier vertexId, Identifier pass, Defines defines, List<String> samples, List<ShaderProgramLayer.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, GlStateManager.LogicOp colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode)