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_1209
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_4998 Lnet/minecraft/class_1209;field_4998:Lnet/minecraft/class_1209;
      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_4999 Lnet/minecraft/class_1209;field_4999: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_5000 Lnet/minecraft/class_1209;field_5000: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_5001 Lnet/minecraft/class_1209;field_5001: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_5002 Lnet/minecraft/class_1209;field_5002: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_5003 Lnet/minecraft/class_1209;field_5003: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_5004 Lnet/minecraft/class_1209;field_5004: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_5005 Lnet/minecraft/class_1209;field_5005: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_1209;<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_1209;<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_1209;<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_4125 Lnet/minecraft/class_1209;method_4125()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_1209;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_1209;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_4128 Lnet/minecraft/class_1209;method_4128()Z
      named isBlendDisabled Lnet/minecraft/client/gl/GlBlendState;isBlendDisabled()Z
    • method_4126

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

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

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