Uses of Enum Class
net.minecraft.client.gl.ColorLogic
Packages that use ColorLogic
-
Uses of ColorLogic in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ColorLogicFields in net.minecraft.client.gl with type parameters of type ColorLogicModifier and TypeFieldDescriptionprivate Optional<ColorLogic> ShaderPipeline.Builder.colorLogicprivate final Optional<ColorLogic> ShaderPipeline.Stage.colorLogicThe field for thecolorLogicrecord component.Methods in net.minecraft.client.gl that return ColorLogicModifier and TypeMethodDescriptionShaderPipeline.getColorLogic()static ColorLogicReturns the enum constant of this class with the specified name.static ColorLogic[]ColorLogic.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gl that return types with arguments of type ColorLogicModifier and TypeMethodDescriptionShaderPipeline.Stage.colorLogic()Returns the value of thecolorLogicrecord component.Methods in net.minecraft.client.gl with parameters of type ColorLogicConstructors in net.minecraft.client.gl with parameters of type ColorLogicModifierConstructorDescriptionprotectedShaderPipeline(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)