Class BlendState

java.lang.Object
foundry.veil.api.client.render.BlendState

public class BlendState extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Constructor
    Description
    BlendState(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 Type
    Method
    Description
    void
     
    com.mojang.blaze3d.platform.GlStateManager.DestFactor
    dst()
     
    com.mojang.blaze3d.platform.GlStateManager.DestFactor
     
    boolean
     
    int
     
    void
     
    com.mojang.blaze3d.platform.GlStateManager.SourceFactor
    src()
     
    com.mojang.blaze3d.platform.GlStateManager.SourceFactor
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NONE

      public static final BlendState NONE
    • ADDITIVE

      public static final BlendState ADDITIVE
    • LIGHTNING

      public static final BlendState LIGHTNING
    • GLINT

      public static final BlendState GLINT
    • CRUMBLING

      public static final BlendState CRUMBLING
    • TRANSLUCENT

      public static final BlendState TRANSLUCENT
    • CODEC

      public static final com.mojang.serialization.Codec<BlendState> 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object