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> ShaderProgramLayer.blenderprivate Optional<BlendPrograms> ShaderProgramLayer.Builder.blenderprivate final Optional<BlendPrograms> ShaderProgramLayer.Stage.blendFunctionThe field for theblendFunctionrecord component.Methods in net.minecraft.client.gl that return types with arguments of type BlendProgramsModifier and TypeMethodDescriptionShaderProgramLayer.Stage.blendFunction()Returns the value of theblendFunctionrecord component.Methods in net.minecraft.client.gl with parameters of type BlendProgramsConstructor parameters in net.minecraft.client.gl with type arguments of type BlendProgramsModifierConstructorDescriptionprotectedShaderProgramLayer(Identifier identifier, Identifier vertexId, Identifier shard, 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)