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.getBlender()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 vertexShader, Identifier fragmentShader, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTestState, PolygonMode polygonMode, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, ColorLogic colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode, float polygonOffsetFactor, float polygonOffsetUnits)