Package net.minecraft.client.twitch
Enum TwitchStream.Type
- All Implemented Interfaces:
Serializable,Comparable<TwitchStream.Type>,java.lang.constant.Constable
- Enclosing class:
- TwitchStream
@Environment(CLIENT) public static enum TwitchStream.Type extends Enum<TwitchStream.Type>
- Mappings:
Namespace Name official bql$bintermediary net/minecraft/class_1346$class_1348named 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 Constants Enum Constant Description CANCELLEDCANCELLINGCONNECTINGFAILEDFINISHEDFINISHED_TESTINGSTARTINGTESTINGUNINITIALIZED -
Constructor Summary
Constructors Modifier Constructor Description privateType() -
Method Summary
Modifier and Type Method Description static TwitchStream.TypevalueOf(String name)Returns the enum constant of this type with the specified name.static TwitchStream.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNINITIALIZED
- Mappings:
Namespace Name Mixin selector official aLbql$b;a:Lbql$b;intermediary field_5661Lnet/minecraft/class_1346$class_1348;field_5661:Lnet/minecraft/class_1346$class_1348;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_5662Lnet/minecraft/class_1346$class_1348;field_5662:Lnet/minecraft/class_1346$class_1348;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_5663Lnet/minecraft/class_1346$class_1348;field_5663:Lnet/minecraft/class_1346$class_1348;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_5664Lnet/minecraft/class_1346$class_1348;field_5664:Lnet/minecraft/class_1346$class_1348;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_5665Lnet/minecraft/class_1346$class_1348;field_5665:Lnet/minecraft/class_1346$class_1348;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_5666Lnet/minecraft/class_1346$class_1348;field_5666:Lnet/minecraft/class_1346$class_1348;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_5667Lnet/minecraft/class_1346$class_1348;field_5667:Lnet/minecraft/class_1346$class_1348;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_5668Lnet/minecraft/class_1346$class_1348;field_5668:Lnet/minecraft/class_1346$class_1348;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_5669Lnet/minecraft/class_1346$class_1348;field_5669:Lnet/minecraft/class_1346$class_1348;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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-