Enum Class ServerInfo.class_8678

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

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

    • LAN

      public static final ServerInfo.class_8678 LAN
      Mappings:
      Namespace Name Mixin selector
      official a Lfin$b;a:Lfin$b;
      intermediary field_45609 Lnet/minecraft/class_642$class_8678;field_45609:Lnet/minecraft/class_642$class_8678;
      named LAN Lnet/minecraft/client/network/ServerInfo$class_8678;LAN:Lnet/minecraft/client/network/ServerInfo$class_8678;
    • REALM

      public static final ServerInfo.class_8678 REALM
      Mappings:
      Namespace Name Mixin selector
      official b Lfin$b;b:Lfin$b;
      intermediary field_45610 Lnet/minecraft/class_642$class_8678;field_45610:Lnet/minecraft/class_642$class_8678;
      named REALM Lnet/minecraft/client/network/ServerInfo$class_8678;REALM:Lnet/minecraft/client/network/ServerInfo$class_8678;
    • OTHER

      public static final ServerInfo.class_8678 OTHER
      Mappings:
      Namespace Name Mixin selector
      official c Lfin$b;c:Lfin$b;
      intermediary field_45611 Lnet/minecraft/class_642$class_8678;field_45611:Lnet/minecraft/class_642$class_8678;
      named OTHER Lnet/minecraft/client/network/ServerInfo$class_8678;OTHER:Lnet/minecraft/client/network/ServerInfo$class_8678;
  • Constructor Details

    • class_8678

      private class_8678()
  • Method Details

    • values

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