Enum Class DrawContext.class_11222

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

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

    • HUD

      public static final DrawContext.class_11222 HUD
      Mappings:
      Namespace Name Mixin selector
      named HUD Lnet/minecraft/client/gui/DrawContext$class_11222;HUD:Lnet/minecraft/client/gui/DrawContext$class_11222;
      intermediary field_59829 Lnet/minecraft/class_332$class_11222;field_59829:Lnet/minecraft/class_332$class_11222;
      official a Lfub$a;a:Lfub$a;
    • SCREEN

      public static final DrawContext.class_11222 SCREEN
      Mappings:
      Namespace Name Mixin selector
      named SCREEN Lnet/minecraft/client/gui/DrawContext$class_11222;SCREEN:Lnet/minecraft/client/gui/DrawContext$class_11222;
      intermediary field_59830 Lnet/minecraft/class_332$class_11222;field_59830:Lnet/minecraft/class_332$class_11222;
      official b Lfub$a;b:Lfub$a;
  • Constructor Details

    • class_11222

      private class_11222()
  • Method Details

    • values

      public static DrawContext.class_11222[] 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_11222 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