Enum Class GuiRenderState.class_11325

java.lang.Object
java.lang.Enum<GuiRenderState.class_11325>
net.minecraft.client.gui.render.state.GuiRenderState.class_11325
All Implemented Interfaces:
Serializable, Comparable<GuiRenderState.class_11325>, Constable
Enclosing class:
GuiRenderState

@Environment(CLIENT) public static enum GuiRenderState.class_11325 extends Enum<GuiRenderState.class_11325>
Mappings:
Namespace Name
named net/minecraft/client/gui/render/state/GuiRenderState$class_11325
intermediary net/minecraft/class_11246$class_11325
official gai$c
  • Enum Constant Details

    • ALL

      public static final GuiRenderState.class_11325 ALL
      Mappings:
      Namespace Name Mixin selector
      named ALL Lnet/minecraft/client/gui/render/state/GuiRenderState$class_11325;ALL:Lnet/minecraft/client/gui/render/state/GuiRenderState$class_11325;
      intermediary field_60315 Lnet/minecraft/class_11246$class_11325;field_60315:Lnet/minecraft/class_11246$class_11325;
      official a Lgai$c;a:Lgai$c;
    • BEFORE_BLUR

      public static final GuiRenderState.class_11325 BEFORE_BLUR
      Mappings:
      Namespace Name Mixin selector
      named BEFORE_BLUR Lnet/minecraft/client/gui/render/state/GuiRenderState$class_11325;BEFORE_BLUR:Lnet/minecraft/client/gui/render/state/GuiRenderState$class_11325;
      intermediary field_60316 Lnet/minecraft/class_11246$class_11325;field_60316:Lnet/minecraft/class_11246$class_11325;
      official b Lgai$c;b:Lgai$c;
    • AFTER_BLUR

      public static final GuiRenderState.class_11325 AFTER_BLUR
      Mappings:
      Namespace Name Mixin selector
      named AFTER_BLUR Lnet/minecraft/client/gui/render/state/GuiRenderState$class_11325;AFTER_BLUR:Lnet/minecraft/client/gui/render/state/GuiRenderState$class_11325;
      intermediary field_60317 Lnet/minecraft/class_11246$class_11325;field_60317:Lnet/minecraft/class_11246$class_11325;
      official c Lgai$c;c:Lgai$c;
  • Constructor Details

    • class_11325

      private class_11325()
  • Method Details

    • values

      public static GuiRenderState.class_11325[] 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 GuiRenderState.class_11325 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