Package net.minecraft.client.twitch
Enum Class Twitch.StreamState
- All Implemented Interfaces:
Serializable,Comparable<Twitch.StreamState>,Constable
- Enclosing class:
- Twitch
- Mappings:
Namespace Name official bqk$cintermediary net/minecraft/class_1923$class_1925named net/minecraft/client/twitch/Twitch$StreamState
-
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.StreamStateReturns the enum constant of this class with the specified name.static Twitch.StreamState[]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 aLbqk$c;a:Lbqk$c;intermediary field_8296Lnet/minecraft/class_1923$class_1925;field_8296:Lnet/minecraft/class_1923$class_1925;named UNINITIALIZEDLnet/minecraft/client/twitch/Twitch$StreamState;UNINITIALIZED:Lnet/minecraft/client/twitch/Twitch$StreamState;
-
INITIALIZING
- Mappings:
Namespace Name Mixin selector official bLbqk$c;b:Lbqk$c;intermediary field_11376Lnet/minecraft/class_1923$class_1925;field_11376:Lnet/minecraft/class_1923$class_1925;named INITIALIZINGLnet/minecraft/client/twitch/Twitch$StreamState;INITIALIZING:Lnet/minecraft/client/twitch/Twitch$StreamState;
-
INITIALIZED
- Mappings:
Namespace Name Mixin selector official cLbqk$c;c:Lbqk$c;intermediary field_8297Lnet/minecraft/class_1923$class_1925;field_8297:Lnet/minecraft/class_1923$class_1925;named INITIALIZEDLnet/minecraft/client/twitch/Twitch$StreamState;INITIALIZED:Lnet/minecraft/client/twitch/Twitch$StreamState;
-
SHUTTING_DOWN
- Mappings:
Namespace Name Mixin selector official dLbqk$c;d:Lbqk$c;intermediary field_11377Lnet/minecraft/class_1923$class_1925;field_11377:Lnet/minecraft/class_1923$class_1925;named SHUTTING_DOWNLnet/minecraft/client/twitch/Twitch$StreamState;SHUTTING_DOWN:Lnet/minecraft/client/twitch/Twitch$StreamState;
-
-
Constructor Details
-
StreamState
private StreamState()
-
-
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
-