Enum Class ServerInfo.class_9083

java.lang.Object
java.lang.Enum<ServerInfo.class_9083>
net.minecraft.client.network.ServerInfo.class_9083
All Implemented Interfaces:
Serializable, Comparable<ServerInfo.class_9083>, Constable
Enclosing class:
ServerInfo

@Environment(CLIENT) public static enum ServerInfo.class_9083 extends Enum<ServerInfo.class_9083>
Mappings:
Namespace Name
official fop$b
intermediary net/minecraft/class_642$class_9083
named net/minecraft/client/network/ServerInfo$class_9083
  • Enum Constant Details

    • INITIAL

      public static final ServerInfo.class_9083 INITIAL
      Mappings:
      Namespace Name Mixin selector
      official a Lfop$b;a:Lfop$b;
      intermediary field_47880 Lnet/minecraft/class_642$class_9083;field_47880:Lnet/minecraft/class_642$class_9083;
      named INITIAL Lnet/minecraft/client/network/ServerInfo$class_9083;INITIAL:Lnet/minecraft/client/network/ServerInfo$class_9083;
    • PINGING

      public static final ServerInfo.class_9083 PINGING
      Mappings:
      Namespace Name Mixin selector
      official b Lfop$b;b:Lfop$b;
      intermediary field_47881 Lnet/minecraft/class_642$class_9083;field_47881:Lnet/minecraft/class_642$class_9083;
      named PINGING Lnet/minecraft/client/network/ServerInfo$class_9083;PINGING:Lnet/minecraft/client/network/ServerInfo$class_9083;
    • UNREACHABLE

      public static final ServerInfo.class_9083 UNREACHABLE
      Mappings:
      Namespace Name Mixin selector
      official c Lfop$b;c:Lfop$b;
      intermediary field_47882 Lnet/minecraft/class_642$class_9083;field_47882:Lnet/minecraft/class_642$class_9083;
      named UNREACHABLE Lnet/minecraft/client/network/ServerInfo$class_9083;UNREACHABLE:Lnet/minecraft/client/network/ServerInfo$class_9083;
    • INCOMPATIBLE

      public static final ServerInfo.class_9083 INCOMPATIBLE
      Mappings:
      Namespace Name Mixin selector
      official d Lfop$b;d:Lfop$b;
      intermediary field_47883 Lnet/minecraft/class_642$class_9083;field_47883:Lnet/minecraft/class_642$class_9083;
      named INCOMPATIBLE Lnet/minecraft/client/network/ServerInfo$class_9083;INCOMPATIBLE:Lnet/minecraft/client/network/ServerInfo$class_9083;
    • SUCCESSFUL

      public static final ServerInfo.class_9083 SUCCESSFUL
      Mappings:
      Namespace Name Mixin selector
      official e Lfop$b;e:Lfop$b;
      intermediary field_47884 Lnet/minecraft/class_642$class_9083;field_47884:Lnet/minecraft/class_642$class_9083;
      named SUCCESSFUL Lnet/minecraft/client/network/ServerInfo$class_9083;SUCCESSFUL:Lnet/minecraft/client/network/ServerInfo$class_9083;
  • Constructor Details

    • class_9083

      private class_9083()
  • Method Details

    • values

      public static ServerInfo.class_9083[] 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 ServerInfo.class_9083 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