Enum Class DrawContext.class_12228

java.lang.Object
java.lang.Enum<DrawContext.class_12228>
net.minecraft.client.gui.DrawContext.class_12228
All Implemented Interfaces:
Serializable, Comparable<DrawContext.class_12228>, Constable
Enclosing class:
DrawContext

@Environment(CLIENT) public static enum DrawContext.class_12228 extends Enum<DrawContext.class_12228>
Mappings:
Namespace Name
named net/minecraft/client/gui/DrawContext$class_12228
intermediary net/minecraft/class_332$class_12228
official ggd$a
  • Enum Constant Details

    • NONE

      public static final DrawContext.class_12228 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/client/gui/DrawContext$class_12228;NONE:Lnet/minecraft/client/gui/DrawContext$class_12228;
      intermediary field_63850 Lnet/minecraft/class_332$class_12228;field_63850:Lnet/minecraft/class_332$class_12228;
      official a Lggd$a;a:Lggd$a;
    • TOOLTIP_ONLY

      public static final DrawContext.class_12228 TOOLTIP_ONLY
      Mappings:
      Namespace Name Mixin selector
      named TOOLTIP_ONLY Lnet/minecraft/client/gui/DrawContext$class_12228;TOOLTIP_ONLY:Lnet/minecraft/client/gui/DrawContext$class_12228;
      intermediary field_63851 Lnet/minecraft/class_332$class_12228;field_63851:Lnet/minecraft/class_332$class_12228;
      official b Lggd$a;b:Lggd$a;
    • TOOLTIP_AND_CURSOR

      public static final DrawContext.class_12228 TOOLTIP_AND_CURSOR
      Mappings:
      Namespace Name Mixin selector
      named TOOLTIP_AND_CURSOR Lnet/minecraft/client/gui/DrawContext$class_12228;TOOLTIP_AND_CURSOR:Lnet/minecraft/client/gui/DrawContext$class_12228;
      intermediary field_63852 Lnet/minecraft/class_332$class_12228;field_63852:Lnet/minecraft/class_332$class_12228;
      official c Lggd$a;c:Lggd$a;
  • Field Details

    • field_63853

      public final boolean field_63853
      Mappings:
      Namespace Name Mixin selector
      named field_63853 Lnet/minecraft/client/gui/DrawContext$class_12228;field_63853:Z
      intermediary field_63853 Lnet/minecraft/class_332$class_12228;field_63853:Z
      official d Lggd$a;d:Z
    • field_63854

      public final boolean field_63854
      Mappings:
      Namespace Name Mixin selector
      named field_63854 Lnet/minecraft/client/gui/DrawContext$class_12228;field_63854:Z
      intermediary field_63854 Lnet/minecraft/class_332$class_12228;field_63854:Z
      official e Lggd$a;e:Z
  • Constructor Details

    • class_12228

      private class_12228(boolean bool, boolean bool2)
  • Method Details

    • values

      public static DrawContext.class_12228[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DrawContext.class_12228 valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • method_75790

      public static DrawContext.class_12228 method_75790(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      named method_75790 Lnet/minecraft/client/gui/DrawContext$class_12228;method_75790(Z)Lnet/minecraft/client/gui/DrawContext$class_12228;
      intermediary method_75790 Lnet/minecraft/class_332$class_12228;method_75790(Z)Lnet/minecraft/class_332$class_12228;
      official a Lggd$a;a(Z)Lggd$a;