Package foundry.veil.api.client.render
Class BlendState
java.lang.Object
foundry.veil.api.client.render.BlendState
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BlendState
static final com.mojang.serialization.Codec
<BlendState> static final BlendState
static final BlendState
static final BlendState
static final BlendState
static final BlendState
-
Constructor Summary
ConstructorDescriptionBlendState
(com.mojang.blaze3d.platform.GlStateManager.SourceFactor src, com.mojang.blaze3d.platform.GlStateManager.DestFactor dst) BlendState
(com.mojang.blaze3d.platform.GlStateManager.SourceFactor srcColor, com.mojang.blaze3d.platform.GlStateManager.DestFactor dstColor, com.mojang.blaze3d.platform.GlStateManager.SourceFactor srcAlpha, com.mojang.blaze3d.platform.GlStateManager.DestFactor dstAlpha) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
com.mojang.blaze3d.platform.GlStateManager.DestFactor
dst()
com.mojang.blaze3d.platform.GlStateManager.DestFactor
dstAlpha()
boolean
int
hashCode()
void
setup()
com.mojang.blaze3d.platform.GlStateManager.SourceFactor
src()
com.mojang.blaze3d.platform.GlStateManager.SourceFactor
srcAlpha()
-
Field Details
-
NONE
-
ADDITIVE
-
LIGHTNING
-
GLINT
-
CRUMBLING
-
TRANSLUCENT
-
CODEC
-
-
Constructor Details
-
BlendState
public BlendState(com.mojang.blaze3d.platform.GlStateManager.SourceFactor srcColor, com.mojang.blaze3d.platform.GlStateManager.DestFactor dstColor, com.mojang.blaze3d.platform.GlStateManager.SourceFactor srcAlpha, com.mojang.blaze3d.platform.GlStateManager.DestFactor dstAlpha) -
BlendState
public BlendState(com.mojang.blaze3d.platform.GlStateManager.SourceFactor src, com.mojang.blaze3d.platform.GlStateManager.DestFactor dst)
-
-
Method Details
-
setup
public void setup() -
clear
public void clear() -
src
public com.mojang.blaze3d.platform.GlStateManager.SourceFactor src() -
dst
public com.mojang.blaze3d.platform.GlStateManager.DestFactor dst() -
srcAlpha
public com.mojang.blaze3d.platform.GlStateManager.SourceFactor srcAlpha() -
dstAlpha
public com.mojang.blaze3d.platform.GlStateManager.DestFactor dstAlpha() -
equals
-
hashCode
public int hashCode()
-