Enum Class CyclingButtonWidget.class_12346

java.lang.Object
java.lang.Enum<CyclingButtonWidget.class_12346>
net.minecraft.client.gui.widget.CyclingButtonWidget.class_12346
All Implemented Interfaces:
Serializable, Comparable<CyclingButtonWidget.class_12346>, Constable
Enclosing class:
CyclingButtonWidget<T>

@Environment(CLIENT) public static enum CyclingButtonWidget.class_12346 extends Enum<CyclingButtonWidget.class_12346>
Mappings:
Namespace Name
named net/minecraft/client/gui/widget/CyclingButtonWidget$class_12346
intermediary net/minecraft/class_5676$class_12346
official gig$b
  • Enum Constant Details

    • NAME_AND_VALUE

      public static final CyclingButtonWidget.class_12346 NAME_AND_VALUE
      Mappings:
      Namespace Name Mixin selector
      named NAME_AND_VALUE Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;NAME_AND_VALUE:Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;
      intermediary field_64539 Lnet/minecraft/class_5676$class_12346;field_64539:Lnet/minecraft/class_5676$class_12346;
      official a Lgig$b;a:Lgig$b;
    • VALUE

      public static final CyclingButtonWidget.class_12346 VALUE
      Mappings:
      Namespace Name Mixin selector
      named VALUE Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;VALUE:Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;
      intermediary field_64540 Lnet/minecraft/class_5676$class_12346;field_64540:Lnet/minecraft/class_5676$class_12346;
      official b Lgig$b;b:Lgig$b;
    • HIDE

      public static final CyclingButtonWidget.class_12346 HIDE
      Mappings:
      Namespace Name Mixin selector
      named HIDE Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;HIDE:Lnet/minecraft/client/gui/widget/CyclingButtonWidget$class_12346;
      intermediary field_64541 Lnet/minecraft/class_5676$class_12346;field_64541:Lnet/minecraft/class_5676$class_12346;
      official c Lgig$b;c:Lgig$b;
  • Constructor Details

    • class_12346

      private class_12346()
  • Method Details

    • values

      public static CyclingButtonWidget.class_12346[] 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 CyclingButtonWidget.class_12346 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