Enum Class GuiRenderState.LayerFilter

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

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

    • ALL

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

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

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

    • LayerFilter

      private LayerFilter()
  • Method Details

    • values

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