Enum Class CyclingButtonWidget.LabelType

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

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

    • NAME_AND_VALUE

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

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

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

    • LabelType

      private LabelType()
  • Method Details

    • values

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