Enum Class WorldListWidget.class_11781

java.lang.Object
java.lang.Enum<WorldListWidget.class_11781>
net.minecraft.client.gui.screen.world.WorldListWidget.class_11781
All Implemented Interfaces:
Serializable, Comparable<WorldListWidget.class_11781>, Constable
Enclosing class:
WorldListWidget

@Environment(CLIENT) public static enum WorldListWidget.class_11781 extends Enum<WorldListWidget.class_11781>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/WorldListWidget$class_11781
intermediary net/minecraft/class_528$class_11781
official gop$c
  • Enum Constant Details

    • SINGLEPLAYER

      public static final WorldListWidget.class_11781 SINGLEPLAYER
      Mappings:
      Namespace Name Mixin selector
      named SINGLEPLAYER Lnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;SINGLEPLAYER:Lnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;
      intermediary field_62201 Lnet/minecraft/class_528$class_11781;field_62201:Lnet/minecraft/class_528$class_11781;
      official a Lgop$c;a:Lgop$c;
    • UPLOAD_WORLD

      public static final WorldListWidget.class_11781 UPLOAD_WORLD
      Mappings:
      Namespace Name Mixin selector
      named UPLOAD_WORLD Lnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;UPLOAD_WORLD:Lnet/minecraft/client/gui/screen/world/WorldListWidget$class_11781;
      intermediary field_62202 Lnet/minecraft/class_528$class_11781;field_62202:Lnet/minecraft/class_528$class_11781;
      official b Lgop$c;b:Lgop$c;
  • Constructor Details

    • class_11781

      private class_11781()
  • Method Details

    • values

      public static WorldListWidget.class_11781[] 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 WorldListWidget.class_11781 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