Package net.minecraft.client.network
Enum Class ServerInfo.Status
- All Implemented Interfaces:
Serializable,Comparable<ServerInfo.Status>,Constable
- Enclosing class:
ServerInfo
- Mappings:
Namespace Name official fwk$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 aLfwk$b;a:Lfwk$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 bLfwk$b;b:Lfwk$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 cLfwk$b;c:Lfwk$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 dLfwk$b;d:Lfwk$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 eLfwk$b;e:Lfwk$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
-