Uses of Record Class
net.minecraft.client.gl.Defines
Packages that use Defines
- 
Uses of Defines in net.minecraft.client.glFields in net.minecraft.client.gl declared as DefinesModifier and TypeFieldDescriptionprivate final DefinesShaderLoader.ShaderKey.definesThe field for thedefinesrecord component.private final DefinesShaderProgramDefinition.definesThe field for thedefinesrecord component.private final DefinesShaderProgramKey.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.ShaderProgramDefinition.defines()Returns the value of thedefinesrecord component.ShaderProgramKey.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) private CompiledShaderShaderLoader.Cache.loadShader(Identifier id, CompiledShader.Type type, Defines defines) private static ShaderProgramKeyShaderProgramKeys.register(String is, VertexFormat format, 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) ShaderProgramDefinition(Identifier identifier, Identifier identifier2, List<ShaderProgramDefinition.Sampler> list, List<ShaderProgramDefinition.Uniform> list2, Defines defines) ShaderProgramKey(Identifier identifier, VertexFormat vertexFormat, Defines defines)