Uses of Record Class
net.minecraft.client.gl.BlendPrograms
Packages that use BlendPrograms
-
Uses of BlendPrograms in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as BlendProgramsModifier and TypeFieldDescriptionstatic final BlendProgramsBlendPrograms.ADD_PROGRAMstatic final BlendProgramsBlendPrograms.EQUIPMENT_GLINTstatic final BlendProgramsBlendPrograms.OUTLINESstatic final BlendProgramsBlendPrograms.PANORAMICstatic final BlendProgramsBlendPrograms.POSITION_OVERLAYstatic final BlendProgramsBlendPrograms.SKY_LIGHTNINGstatic final BlendProgramsBlendPrograms.TRANSLUCENTFields in net.minecraft.client.gl with type parameters of type BlendProgramsModifier and TypeFieldDescriptionprivate final Optional<BlendPrograms> ShaderPipeline.blenderprivate Optional<BlendPrograms> ShaderPipeline.Builder.blenderprivate final Optional<BlendPrograms> ShaderPipeline.Stage.blendFunctionThe field for theblendFunctionrecord component.Methods in net.minecraft.client.gl that return types with arguments of type BlendProgramsModifier and TypeMethodDescriptionShaderPipeline.Stage.blendFunction()Returns the value of theblendFunctionrecord component.ShaderPipeline.method_68436()Methods in net.minecraft.client.gl with parameters of type BlendProgramsConstructor parameters in net.minecraft.client.gl with type arguments of type BlendProgramsModifierConstructorDescriptionprotectedShaderPipeline(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)