Uses of Record Class
com.mojang.blaze3d.pipeline.BlendEquation
Packages that use BlendEquation
-
Uses of BlendEquation in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as BlendEquationModifier and TypeFieldDescriptionprivate final BlendEquationBlendFunction.alphaThe field for thealpharecord component.private final BlendEquationBlendFunction.colorThe field for thecolorrecord component.Methods in com.mojang.blaze3d.pipeline that return BlendEquationModifier and TypeMethodDescriptionBlendFunction.alpha()Returns the value of thealpharecord component.BlendFunction.color()Returns the value of thecolorrecord component.Constructors in com.mojang.blaze3d.pipeline with parameters of type BlendEquationModifierConstructorDescriptionBlendFunction(BlendEquation equation) BlendFunction(BlendEquation color, BlendEquation alpha) Creates an instance of aBlendFunctionrecord class.