Uses of Record Class
net.minecraft.client.gl.Defines
Packages that use Defines
-
Uses of Defines in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as DefinesFields in com.mojang.blaze3d.pipeline with type parameters of type DefinesModifier and TypeFieldDescriptionRenderPipeline.Snippet.shaderDefinesThe field for theshaderDefinesrecord component.Methods in com.mojang.blaze3d.pipeline that return DefinesMethods in com.mojang.blaze3d.pipeline that return types with arguments of type DefinesModifier and TypeMethodDescriptionRenderPipeline.Snippet.shaderDefines()Returns the value of theshaderDefinesrecord component.Constructors in com.mojang.blaze3d.pipeline with parameters of type DefinesModifierConstructorDescriptionprotectedRenderPipeline(Identifier identifier, Identifier identifier2, Identifier identifier3, Defines defines, List<String> list, List<RenderPipeline.UniformDescription> list2, Optional<BlendFunction> optional, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean bool, boolean bool2, boolean bool3, boolean bool4, LogicOp logicOp, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, float float2, float float3) -
Uses of Defines in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as DefinesModifier and TypeFieldDescriptionprivate final DefinesGlBackend.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()GlBackend.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) protected CompiledShaderGlBackend.compileShader(Identifier identifier, ShaderType shaderType, Defines defines, BiFunction<Identifier, ShaderType, String> biFunction) Defines.withMerged(Defines other) Constructors in net.minecraft.client.gl with parameters of type DefinesModifierConstructorDescription(package private)ShaderKey(Identifier identifier, ShaderType shaderType, Defines defines)