Class GlBlendState

java.lang.Object
net.minecraft.client.gl.GlBlendState

@Environment(CLIENT) public class GlBlendState extends Object
Mappings:
Namespace Name
official blo
intermediary net/minecraft/class_1869
named net/minecraft/client/gl/GlBlendState
  • Field Details

    • activeBlendState

      private static GlBlendState activeBlendState
      Mappings:
      Namespace Name Mixin selector
      official a Lblo;a:Lblo;
      intermediary field_8010 Lnet/minecraft/class_1869;field_8010:Lnet/minecraft/class_1869;
      named activeBlendState Lnet/minecraft/client/gl/GlBlendState;activeBlendState:Lnet/minecraft/client/gl/GlBlendState;
    • srcRgb

      private final int srcRgb
      Mappings:
      Namespace Name Mixin selector
      official b Lblo;b:I
      intermediary field_8011 Lnet/minecraft/class_1869;field_8011:I
      named srcRgb Lnet/minecraft/client/gl/GlBlendState;srcRgb:I
    • srcAlpha

      private final int srcAlpha
      Mappings:
      Namespace Name Mixin selector
      official c Lblo;c:I
      intermediary field_8012 Lnet/minecraft/class_1869;field_8012:I
      named srcAlpha Lnet/minecraft/client/gl/GlBlendState;srcAlpha:I
    • dstRgb

      private final int dstRgb
      Mappings:
      Namespace Name Mixin selector
      official d Lblo;d:I
      intermediary field_8013 Lnet/minecraft/class_1869;field_8013:I
      named dstRgb Lnet/minecraft/client/gl/GlBlendState;dstRgb:I
    • dstAlpha

      private final int dstAlpha
      Mappings:
      Namespace Name Mixin selector
      official e Lblo;e:I
      intermediary field_8014 Lnet/minecraft/class_1869;field_8014:I
      named dstAlpha Lnet/minecraft/client/gl/GlBlendState;dstAlpha:I
    • func

      private final int func
      Mappings:
      Namespace Name Mixin selector
      official f Lblo;f:I
      intermediary field_8015 Lnet/minecraft/class_1869;field_8015:I
      named func Lnet/minecraft/client/gl/GlBlendState;func:I
    • separateBlend

      private final boolean separateBlend
      Mappings:
      Namespace Name Mixin selector
      official g Lblo;g:Z
      intermediary field_8016 Lnet/minecraft/class_1869;field_8016:Z
      named separateBlend Lnet/minecraft/client/gl/GlBlendState;separateBlend:Z
    • blendDisabled

      private final boolean blendDisabled
      Mappings:
      Namespace Name Mixin selector
      official h Lblo;h:Z
      intermediary field_8017 Lnet/minecraft/class_1869;field_8017:Z
      named blendDisabled Lnet/minecraft/client/gl/GlBlendState;blendDisabled:Z
  • Constructor Details

    • GlBlendState

      private GlBlendState(boolean separateBlend, boolean blendDisabled, int srcRgb, int dstRgb, int srcAlpha, int dstAlpha, int func)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblo;<init>(ZZIIIII)V
      intermediary <init> Lnet/minecraft/class_1869;<init>(ZZIIIII)V
      named <init> Lnet/minecraft/client/gl/GlBlendState;<init>(ZZIIIII)V
    • GlBlendState

      public GlBlendState()
    • GlBlendState

      public GlBlendState(int srcRgb, int dstRgb, int func)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblo;<init>(III)V
      intermediary <init> Lnet/minecraft/class_1869;<init>(III)V
      named <init> Lnet/minecraft/client/gl/GlBlendState;<init>(III)V
    • GlBlendState

      public GlBlendState(int srcRgb, int dstRgb, int srcAlpha, int dstAlpha, int func)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblo;<init>(IIIII)V
      intermediary <init> Lnet/minecraft/class_1869;<init>(IIIII)V
      named <init> Lnet/minecraft/client/gl/GlBlendState;<init>(IIIII)V
  • Method Details

    • enable

      public void enable()
      Mappings:
      Namespace Name Mixin selector
      official a Lblo;a()V
      intermediary method_6926 Lnet/minecraft/class_1869;method_6926()V
      named enable Lnet/minecraft/client/gl/GlBlendState;enable()V
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lblo;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_1869;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/client/gl/GlBlendState;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lblo;hashCode()I
      intermediary hashCode Lnet/minecraft/class_1869;hashCode()I
      named hashCode Lnet/minecraft/client/gl/GlBlendState;hashCode()I
    • isBlendDisabled

      public boolean isBlendDisabled()
      Mappings:
      Namespace Name Mixin selector
      official b Lblo;b()Z
      intermediary method_6929 Lnet/minecraft/class_1869;method_6929()Z
      named isBlendDisabled Lnet/minecraft/client/gl/GlBlendState;isBlendDisabled()Z
    • method_6927

      public static GlBlendState method_6927(JsonObject jsonObject)
      Mappings:
      Namespace Name Mixin selector
      official a Lblo;a(Lcom/google/gson/JsonObject;)Lblo;
      intermediary method_6927 Lnet/minecraft/class_1869;method_6927(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1869;
      named method_6927 Lnet/minecraft/client/gl/GlBlendState;method_6927(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/gl/GlBlendState;
    • method_6928

      private static int method_6928(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lblo;a(Ljava/lang/String;)I
      intermediary method_6928 Lnet/minecraft/class_1869;method_6928(Ljava/lang/String;)I
      named method_6928 Lnet/minecraft/client/gl/GlBlendState;method_6928(Ljava/lang/String;)I
    • method_6930

      private static int method_6930(String string)
      Mappings:
      Namespace Name Mixin selector
      official b Lblo;b(Ljava/lang/String;)I
      intermediary method_6930 Lnet/minecraft/class_1869;method_6930(Ljava/lang/String;)I
      named method_6930 Lnet/minecraft/client/gl/GlBlendState;method_6930(Ljava/lang/String;)I