Package net.minecraft.client.twitch
Enum Class Twitch.NetworkState
- All Implemented Interfaces:
Serializable,Comparable<Twitch.NetworkState>,Constable
- Enclosing class:
- Twitch
- Mappings:
Namespace Name official bqk$aintermediary net/minecraft/class_1923$class_2543named net/minecraft/client/twitch/Twitch$NetworkState
-
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 Twitch.NetworkStateReturns the enum constant of this class with the specified name.static Twitch.NetworkState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREATED
- Mappings:
Namespace Name Mixin selector official aLbqk$a;a:Lbqk$a;intermediary field_11362Lnet/minecraft/class_1923$class_2543;field_11362:Lnet/minecraft/class_1923$class_2543;named CREATEDLnet/minecraft/client/twitch/Twitch$NetworkState;CREATED:Lnet/minecraft/client/twitch/Twitch$NetworkState;
-
CONNECTING
- Mappings:
Namespace Name Mixin selector official bLbqk$a;b:Lbqk$a;intermediary field_11363Lnet/minecraft/class_1923$class_2543;field_11363:Lnet/minecraft/class_1923$class_2543;named CONNECTINGLnet/minecraft/client/twitch/Twitch$NetworkState;CONNECTING:Lnet/minecraft/client/twitch/Twitch$NetworkState;
-
CONNECTED
- Mappings:
Namespace Name Mixin selector official cLbqk$a;c:Lbqk$a;intermediary field_11364Lnet/minecraft/class_1923$class_2543;field_11364:Lnet/minecraft/class_1923$class_2543;named CONNECTEDLnet/minecraft/client/twitch/Twitch$NetworkState;CONNECTED:Lnet/minecraft/client/twitch/Twitch$NetworkState;
-
DISCONNECTING
- Mappings:
Namespace Name Mixin selector official dLbqk$a;d:Lbqk$a;intermediary field_11365Lnet/minecraft/class_1923$class_2543;field_11365:Lnet/minecraft/class_1923$class_2543;named DISCONNECTINGLnet/minecraft/client/twitch/Twitch$NetworkState;DISCONNECTING:Lnet/minecraft/client/twitch/Twitch$NetworkState;
-
DISCONNECTED
- Mappings:
Namespace Name Mixin selector official eLbqk$a;e:Lbqk$a;intermediary field_11366Lnet/minecraft/class_1923$class_2543;field_11366:Lnet/minecraft/class_1923$class_2543;named DISCONNECTEDLnet/minecraft/client/twitch/Twitch$NetworkState;DISCONNECTED:Lnet/minecraft/client/twitch/Twitch$NetworkState;
-
-
Constructor Details
-
NetworkState
private NetworkState()
-
-
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
-