Package foundry.veil.api.client.render
Class BlendState
java.lang.Object
foundry.veil.api.client.render.BlendState
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlendStatestatic final com.mojang.serialization.Codec<BlendState> static final BlendStatestatic final BlendStatestatic final BlendStatestatic final BlendStatestatic final BlendState -
Constructor Summary
ConstructorsConstructorDescriptionBlendState(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 TypeMethodDescriptionvoidclear()com.mojang.blaze3d.platform.GlStateManager.DestFactordst()com.mojang.blaze3d.platform.GlStateManager.DestFactordstAlpha()booleaninthashCode()voidsetup()com.mojang.blaze3d.platform.GlStateManager.SourceFactorsrc()com.mojang.blaze3d.platform.GlStateManager.SourceFactorsrcAlpha()
-
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()
-