Uses of Enum Class
com.mojang.blaze3d.platform.GlStateManager.LogicOp
Packages that use GlStateManager.LogicOp
Package
Description
The base package for all Minecraft classes.
-
Uses of GlStateManager.LogicOp in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.LogicOpModifier and TypeMethodDescriptionstatic GlStateManager.LogicOpReturns the enum constant of this class with the specified name.static GlStateManager.LogicOp[]GlStateManager.LogicOp.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GlStateManager.LogicOp in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.LogicOp -
Uses of GlStateManager.LogicOp in net.minecraft
Fields in net.minecraft declared as GlStateManager.LogicOpFields in net.minecraft with type parameters of type GlStateManager.LogicOpModifier and TypeFieldDescriptionprivate Optional<GlStateManager.LogicOp> class_10785.class_10786.colorLogicprivate final Optional<GlStateManager.LogicOp> class_10785.Stage.colorLogicThe field for thecolorLogicrecord component.Methods in net.minecraft that return types with arguments of type GlStateManager.LogicOpModifier and TypeMethodDescriptionclass_10785.Stage.colorLogic()Returns the value of thecolorLogicrecord component.Methods in net.minecraft with parameters of type GlStateManager.LogicOpModifier and TypeMethodDescriptionclass_10785.class_10786.addColorLogic(GlStateManager.LogicOp logic) Constructors in net.minecraft with parameters of type GlStateManager.LogicOpModifierConstructorDescriptionprotectedclass_10785(Identifier identifier, Identifier vertexId, Identifier shard, Defines defines, List<String> samples, List<class_10785.class_10788> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, GlStateManager.LogicOp colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode)