Enum Class TextWidget.class_11764

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

@Environment(CLIENT) public static enum TextWidget.class_11764 extends Enum<TextWidget.class_11764>
Mappings:
Namespace Name
named net/minecraft/client/gui/widget/TextWidget$class_11764
intermediary net/minecraft/class_7842$class_11764
official gaz$a
  • Enum Constant Details

    • CLAMPED

      public static final TextWidget.class_11764 CLAMPED
      Mappings:
      Namespace Name Mixin selector
      named CLAMPED Lnet/minecraft/client/gui/widget/TextWidget$class_11764;CLAMPED:Lnet/minecraft/client/gui/widget/TextWidget$class_11764;
      intermediary field_62126 Lnet/minecraft/class_7842$class_11764;field_62126:Lnet/minecraft/class_7842$class_11764;
      official a Lgaz$a;a:Lgaz$a;
    • SCROLLING

      public static final TextWidget.class_11764 SCROLLING
      Mappings:
      Namespace Name Mixin selector
      named SCROLLING Lnet/minecraft/client/gui/widget/TextWidget$class_11764;SCROLLING:Lnet/minecraft/client/gui/widget/TextWidget$class_11764;
      intermediary field_62127 Lnet/minecraft/class_7842$class_11764;field_62127:Lnet/minecraft/class_7842$class_11764;
      official b Lgaz$a;b:Lgaz$a;
  • Constructor Details

    • class_11764

      private class_11764()
  • Method Details

    • values

      public static TextWidget.class_11764[] 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 TextWidget.class_11764 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