Package net.minecraft.client.twitch
Enum Class TwitchStream.Type
- All Implemented Interfaces:
Serializable,Comparable<TwitchStream.Type>,Constable
- Enclosing class:
- TwitchStream
- Mappings:
Namespace Name official bql$bintermediary net/minecraft/class_1927$class_1930named net/minecraft/client/twitch/TwitchStream$Type
-
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 TwitchStream.TypeReturns the enum constant of this class with the specified name.static TwitchStream.Type[]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 aLbql$b;a:Lbql$b;intermediary field_8329Lnet/minecraft/class_1927$class_1930;field_8329:Lnet/minecraft/class_1927$class_1930;named UNINITIALIZEDLnet/minecraft/client/twitch/TwitchStream$Type;UNINITIALIZED:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
STARTING
- Mappings:
Namespace Name Mixin selector official bLbql$b;b:Lbql$b;intermediary field_8330Lnet/minecraft/class_1927$class_1930;field_8330:Lnet/minecraft/class_1927$class_1930;named STARTINGLnet/minecraft/client/twitch/TwitchStream$Type;STARTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
CONNECTING
- Mappings:
Namespace Name Mixin selector official cLbql$b;c:Lbql$b;intermediary field_8331Lnet/minecraft/class_1927$class_1930;field_8331:Lnet/minecraft/class_1927$class_1930;named CONNECTINGLnet/minecraft/client/twitch/TwitchStream$Type;CONNECTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
TESTING
- Mappings:
Namespace Name Mixin selector official dLbql$b;d:Lbql$b;intermediary field_8332Lnet/minecraft/class_1927$class_1930;field_8332:Lnet/minecraft/class_1927$class_1930;named TESTINGLnet/minecraft/client/twitch/TwitchStream$Type;TESTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
FINISHED_TESTING
- Mappings:
Namespace Name Mixin selector official eLbql$b;e:Lbql$b;intermediary field_8333Lnet/minecraft/class_1927$class_1930;field_8333:Lnet/minecraft/class_1927$class_1930;named FINISHED_TESTINGLnet/minecraft/client/twitch/TwitchStream$Type;FINISHED_TESTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
FINISHED
- Mappings:
Namespace Name Mixin selector official fLbql$b;f:Lbql$b;intermediary field_8334Lnet/minecraft/class_1927$class_1930;field_8334:Lnet/minecraft/class_1927$class_1930;named FINISHEDLnet/minecraft/client/twitch/TwitchStream$Type;FINISHED:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
CANCELLING
- Mappings:
Namespace Name Mixin selector official gLbql$b;g:Lbql$b;intermediary field_11389Lnet/minecraft/class_1927$class_1930;field_11389:Lnet/minecraft/class_1927$class_1930;named CANCELLINGLnet/minecraft/client/twitch/TwitchStream$Type;CANCELLING:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
CANCELLED
- Mappings:
Namespace Name Mixin selector official hLbql$b;h:Lbql$b;intermediary field_8335Lnet/minecraft/class_1927$class_1930;field_8335:Lnet/minecraft/class_1927$class_1930;named CANCELLEDLnet/minecraft/client/twitch/TwitchStream$Type;CANCELLED:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
FAILED
- Mappings:
Namespace Name Mixin selector official iLbql$b;i:Lbql$b;intermediary field_8336Lnet/minecraft/class_1927$class_1930;field_8336:Lnet/minecraft/class_1927$class_1930;named FAILEDLnet/minecraft/client/twitch/TwitchStream$Type;FAILED:Lnet/minecraft/client/twitch/TwitchStream$Type;
-
-
Constructor Details
-
Type
private Type()
-
-
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
-