Package net.minecraft.client
Enum Class class_1921
- All Implemented Interfaces:
Serializable,Comparable<class_1921>,Constable
- Mappings:
Namespace Name official czyintermediary net/minecraft/class_1921named net/minecraft/client/class_1921
-
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 class_1921Returns the enum constant of this class with the specified name.static class_1921[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNINITIALIZED
- Mappings:
Namespace Name Mixin selector official aLczy;a:Lczy;intermediary field_8263Lnet/minecraft/class_1921;field_8263:Lnet/minecraft/class_1921;named UNINITIALIZEDLnet/minecraft/client/class_1921;UNINITIALIZED:Lnet/minecraft/client/class_1921;
-
INITIALIZED
- Mappings:
Namespace Name Mixin selector official bLczy;b:Lczy;intermediary field_8264Lnet/minecraft/class_1921;field_8264:Lnet/minecraft/class_1921;named INITIALIZEDLnet/minecraft/client/class_1921;INITIALIZED:Lnet/minecraft/client/class_1921;
-
AUTHENTICATING
- Mappings:
Namespace Name Mixin selector official cLczy;c:Lczy;intermediary field_8265Lnet/minecraft/class_1921;field_8265:Lnet/minecraft/class_1921;named AUTHENTICATINGLnet/minecraft/client/class_1921;AUTHENTICATING:Lnet/minecraft/client/class_1921;
-
AUTHENTICATED
- Mappings:
Namespace Name Mixin selector official dLczy;d:Lczy;intermediary field_8266Lnet/minecraft/class_1921;field_8266:Lnet/minecraft/class_1921;named AUTHENTICATEDLnet/minecraft/client/class_1921;AUTHENTICATED:Lnet/minecraft/client/class_1921;
-
LOGGING_IN
- Mappings:
Namespace Name Mixin selector official eLczy;e:Lczy;intermediary field_8267Lnet/minecraft/class_1921;field_8267:Lnet/minecraft/class_1921;named LOGGING_INLnet/minecraft/client/class_1921;LOGGING_IN:Lnet/minecraft/client/class_1921;
-
LOGGED_IN
- Mappings:
Namespace Name Mixin selector official fLczy;f:Lczy;intermediary field_8268Lnet/minecraft/class_1921;field_8268:Lnet/minecraft/class_1921;named LOGGED_INLnet/minecraft/client/class_1921;LOGGED_IN:Lnet/minecraft/client/class_1921;
-
FINDING_INGEST_SERVER
- Mappings:
Namespace Name Mixin selector official gLczy;g:Lczy;intermediary field_8269Lnet/minecraft/class_1921;field_8269:Lnet/minecraft/class_1921;named FINDING_INGEST_SERVERLnet/minecraft/client/class_1921;FINDING_INGEST_SERVER:Lnet/minecraft/client/class_1921;
-
RECEIVED_INGEST_SERVERS
- Mappings:
Namespace Name Mixin selector official hLczy;h:Lczy;intermediary field_8270Lnet/minecraft/class_1921;field_8270:Lnet/minecraft/class_1921;named RECEIVED_INGEST_SERVERSLnet/minecraft/client/class_1921;RECEIVED_INGEST_SERVERS:Lnet/minecraft/client/class_1921;
-
READY_TO_BROADCAST
- Mappings:
Namespace Name Mixin selector official iLczy;i:Lczy;intermediary field_8271Lnet/minecraft/class_1921;field_8271:Lnet/minecraft/class_1921;named READY_TO_BROADCASTLnet/minecraft/client/class_1921;READY_TO_BROADCAST:Lnet/minecraft/client/class_1921;
-
STARTING
- Mappings:
Namespace Name Mixin selector official jLczy;j:Lczy;intermediary field_8272Lnet/minecraft/class_1921;field_8272:Lnet/minecraft/class_1921;named STARTINGLnet/minecraft/client/class_1921;STARTING:Lnet/minecraft/client/class_1921;
-
BROADCASTING
- Mappings:
Namespace Name Mixin selector official kLczy;k:Lczy;intermediary field_8273Lnet/minecraft/class_1921;field_8273:Lnet/minecraft/class_1921;named BROADCASTINGLnet/minecraft/client/class_1921;BROADCASTING:Lnet/minecraft/client/class_1921;
-
STOPPING
- Mappings:
Namespace Name Mixin selector official lLczy;l:Lczy;intermediary field_8274Lnet/minecraft/class_1921;field_8274:Lnet/minecraft/class_1921;named STOPPINGLnet/minecraft/client/class_1921;STOPPING:Lnet/minecraft/client/class_1921;
-
PAUSED
- Mappings:
Namespace Name Mixin selector official mLczy;m:Lczy;intermediary field_8275Lnet/minecraft/class_1921;field_8275:Lnet/minecraft/class_1921;named PAUSEDLnet/minecraft/client/class_1921;PAUSED:Lnet/minecraft/client/class_1921;
-
INGEST_TESTING
- Mappings:
Namespace Name Mixin selector official nLczy;n:Lczy;intermediary field_8276Lnet/minecraft/class_1921;field_8276:Lnet/minecraft/class_1921;named INGEST_TESTINGLnet/minecraft/client/class_1921;INGEST_TESTING:Lnet/minecraft/client/class_1921;
-
-
Constructor Details
-
class_1921
private class_1921()
-
-
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
-