Package net.minecraft.client.network
Enum Class ServerInfo.Status
- All Implemented Interfaces:
Serializable
,Comparable<ServerInfo.Status>
,Constable
- Enclosing class:
ServerInfo
- Mappings:
Namespace Name named net/minecraft/client/network/ServerInfo$Status
intermediary net/minecraft/class_642$class_9083
official fyl$b
-
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.Status
Returns 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 named INITIAL
Lnet/minecraft/client/network/ServerInfo$Status;INITIAL:Lnet/minecraft/client/network/ServerInfo$Status;
intermediary field_47880
Lnet/minecraft/class_642$class_9083;field_47880:Lnet/minecraft/class_642$class_9083;
official a
Lfyl$b;a:Lfyl$b;
-
PINGING
- Mappings:
Namespace Name Mixin selector named PINGING
Lnet/minecraft/client/network/ServerInfo$Status;PINGING:Lnet/minecraft/client/network/ServerInfo$Status;
intermediary field_47881
Lnet/minecraft/class_642$class_9083;field_47881:Lnet/minecraft/class_642$class_9083;
official b
Lfyl$b;b:Lfyl$b;
-
UNREACHABLE
- Mappings:
Namespace Name Mixin selector named UNREACHABLE
Lnet/minecraft/client/network/ServerInfo$Status;UNREACHABLE:Lnet/minecraft/client/network/ServerInfo$Status;
intermediary field_47882
Lnet/minecraft/class_642$class_9083;field_47882:Lnet/minecraft/class_642$class_9083;
official c
Lfyl$b;c:Lfyl$b;
-
INCOMPATIBLE
- Mappings:
Namespace Name Mixin selector named INCOMPATIBLE
Lnet/minecraft/client/network/ServerInfo$Status;INCOMPATIBLE:Lnet/minecraft/client/network/ServerInfo$Status;
intermediary field_47883
Lnet/minecraft/class_642$class_9083;field_47883:Lnet/minecraft/class_642$class_9083;
official d
Lfyl$b;d:Lfyl$b;
-
SUCCESSFUL
- Mappings:
Namespace Name Mixin selector named SUCCESSFUL
Lnet/minecraft/client/network/ServerInfo$Status;SUCCESSFUL:Lnet/minecraft/client/network/ServerInfo$Status;
intermediary field_47884
Lnet/minecraft/class_642$class_9083;field_47884:Lnet/minecraft/class_642$class_9083;
official e
Lfyl$b;e:Lfyl$b;
-
-
Constructor Details
-
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
-