Package net.minecraft.client.network
Enum Class ServerInfo.Status
- All Implemented Interfaces:
Serializable,Comparable<ServerInfo.Status>,Constable
- Enclosing class:
ServerInfo
- Mappings:
Namespace Name official fso$bintermediary net/minecraft/class_642$class_9083named net/minecraft/client/network/ServerInfo$Status
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerInfo.StatusReturns the enum constant of this class with the specified name.static ServerInfo.Status[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INITIAL
- Mappings:
Namespace Name Mixin selector official aLfso$b;a:Lfso$b;intermediary field_47880Lnet/minecraft/class_642$class_9083;field_47880:Lnet/minecraft/class_642$class_9083;named INITIALLnet/minecraft/client/network/ServerInfo$Status;INITIAL:Lnet/minecraft/client/network/ServerInfo$Status;
-
PINGING
- Mappings:
Namespace Name Mixin selector official bLfso$b;b:Lfso$b;intermediary field_47881Lnet/minecraft/class_642$class_9083;field_47881:Lnet/minecraft/class_642$class_9083;named PINGINGLnet/minecraft/client/network/ServerInfo$Status;PINGING:Lnet/minecraft/client/network/ServerInfo$Status;
-
UNREACHABLE
- Mappings:
Namespace Name Mixin selector official cLfso$b;c:Lfso$b;intermediary field_47882Lnet/minecraft/class_642$class_9083;field_47882:Lnet/minecraft/class_642$class_9083;named UNREACHABLELnet/minecraft/client/network/ServerInfo$Status;UNREACHABLE:Lnet/minecraft/client/network/ServerInfo$Status;
-
INCOMPATIBLE
- Mappings:
Namespace Name Mixin selector official dLfso$b;d:Lfso$b;intermediary field_47883Lnet/minecraft/class_642$class_9083;field_47883:Lnet/minecraft/class_642$class_9083;named INCOMPATIBLELnet/minecraft/client/network/ServerInfo$Status;INCOMPATIBLE:Lnet/minecraft/client/network/ServerInfo$Status;
-
SUCCESSFUL
- Mappings:
Namespace Name Mixin selector official eLfso$b;e:Lfso$b;intermediary field_47884Lnet/minecraft/class_642$class_9083;field_47884:Lnet/minecraft/class_642$class_9083;named SUCCESSFULLnet/minecraft/client/network/ServerInfo$Status;SUCCESSFUL:Lnet/minecraft/client/network/ServerInfo$Status;
-
-
Constructor Details
-
Status
private Status()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-