Package net.minecraft.client
Enum Class class_1930
- All Implemented Interfaces:
Serializable,Comparable<class_1930>,Constable
- Mappings:
Namespace Name official danintermediary net/minecraft/class_1930named net/minecraft/client/class_1930
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_1930Returns the enum constant of this class with the specified name.static class_1930[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNINITALIZED
- Mappings:
Namespace Name Mixin selector official aLdan;a:Ldan;intermediary field_8329Lnet/minecraft/class_1930;field_8329:Lnet/minecraft/class_1930;named UNINITALIZEDLnet/minecraft/client/class_1930;UNINITALIZED:Lnet/minecraft/client/class_1930;
-
STARTING
- Mappings:
Namespace Name Mixin selector official bLdan;b:Ldan;intermediary field_8330Lnet/minecraft/class_1930;field_8330:Lnet/minecraft/class_1930;named STARTINGLnet/minecraft/client/class_1930;STARTING:Lnet/minecraft/client/class_1930;
-
CONNECTING_TO_SERVER
- Mappings:
Namespace Name Mixin selector official cLdan;c:Ldan;intermediary field_8331Lnet/minecraft/class_1930;field_8331:Lnet/minecraft/class_1930;named CONNECTING_TO_SERVERLnet/minecraft/client/class_1930;CONNECTING_TO_SERVER:Lnet/minecraft/client/class_1930;
-
TESTING_SERVER
- Mappings:
Namespace Name Mixin selector official dLdan;d:Ldan;intermediary field_8332Lnet/minecraft/class_1930;field_8332:Lnet/minecraft/class_1930;named TESTING_SERVERLnet/minecraft/client/class_1930;TESTING_SERVER:Lnet/minecraft/client/class_1930;
-
DONE_TESTING_SERVER
- Mappings:
Namespace Name Mixin selector official eLdan;e:Ldan;intermediary field_8333Lnet/minecraft/class_1930;field_8333:Lnet/minecraft/class_1930;named DONE_TESTING_SERVERLnet/minecraft/client/class_1930;DONE_TESTING_SERVER:Lnet/minecraft/client/class_1930;
-
FINISHED
- Mappings:
Namespace Name Mixin selector official fLdan;f:Ldan;intermediary field_8334Lnet/minecraft/class_1930;field_8334:Lnet/minecraft/class_1930;named FINISHEDLnet/minecraft/client/class_1930;FINISHED:Lnet/minecraft/client/class_1930;
-
CANCELLING
- Mappings:
Namespace Name Mixin selector official gLdan;g:Ldan;intermediary field_11389Lnet/minecraft/class_1930;field_11389:Lnet/minecraft/class_1930;named CANCELLINGLnet/minecraft/client/class_1930;CANCELLING:Lnet/minecraft/client/class_1930;
-
CANCELLED
- Mappings:
Namespace Name Mixin selector official hLdan;h:Ldan;intermediary field_8335Lnet/minecraft/class_1930;field_8335:Lnet/minecraft/class_1930;named CANCELLEDLnet/minecraft/client/class_1930;CANCELLED:Lnet/minecraft/client/class_1930;
-
FAILED
- Mappings:
Namespace Name Mixin selector official iLdan;i:Ldan;intermediary field_8336Lnet/minecraft/class_1930;field_8336:Lnet/minecraft/class_1930;named FAILEDLnet/minecraft/client/class_1930;FAILED:Lnet/minecraft/client/class_1930;
-
-
Constructor Details
-
class_1930
private class_1930()
-
-
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
-