Package net.minecraft.client.twitch
Enum Twitch.class_1341
- All Implemented Interfaces:
Serializable,Comparable<Twitch.class_1341>,java.lang.constant.Constable
- Enclosing class:
- Twitch
@Environment(CLIENT) public static enum Twitch.class_1341 extends Enum<Twitch.class_1341>
- Mappings:
Namespace Name official bqk$aintermediary net/minecraft/class_1340$class_1341named net/minecraft/client/twitch/Twitch$class_1341
-
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 field_5606field_5607field_5608field_5609field_5610 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_1341() -
Method Summary
Modifier and Type Method Description static Twitch.class_1341valueOf(String name)Returns the enum constant of this type with the specified name.static Twitch.class_1341[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_5606
- Mappings:
Namespace Name Mixin selector official aLbqk$a;a:Lbqk$a;intermediary field_5606Lnet/minecraft/class_1340$class_1341;field_5606:Lnet/minecraft/class_1340$class_1341;named field_5606Lnet/minecraft/client/twitch/Twitch$class_1341;field_5606:Lnet/minecraft/client/twitch/Twitch$class_1341;
-
field_5607
- Mappings:
Namespace Name Mixin selector official bLbqk$a;b:Lbqk$a;intermediary field_5607Lnet/minecraft/class_1340$class_1341;field_5607:Lnet/minecraft/class_1340$class_1341;named field_5607Lnet/minecraft/client/twitch/Twitch$class_1341;field_5607:Lnet/minecraft/client/twitch/Twitch$class_1341;
-
field_5608
- Mappings:
Namespace Name Mixin selector official cLbqk$a;c:Lbqk$a;intermediary field_5608Lnet/minecraft/class_1340$class_1341;field_5608:Lnet/minecraft/class_1340$class_1341;named field_5608Lnet/minecraft/client/twitch/Twitch$class_1341;field_5608:Lnet/minecraft/client/twitch/Twitch$class_1341;
-
field_5609
- Mappings:
Namespace Name Mixin selector official dLbqk$a;d:Lbqk$a;intermediary field_5609Lnet/minecraft/class_1340$class_1341;field_5609:Lnet/minecraft/class_1340$class_1341;named field_5609Lnet/minecraft/client/twitch/Twitch$class_1341;field_5609:Lnet/minecraft/client/twitch/Twitch$class_1341;
-
field_5610
- Mappings:
Namespace Name Mixin selector official eLbqk$a;e:Lbqk$a;intermediary field_5610Lnet/minecraft/class_1340$class_1341;field_5610:Lnet/minecraft/class_1340$class_1341;named field_5610Lnet/minecraft/client/twitch/Twitch$class_1341;field_5610:Lnet/minecraft/client/twitch/Twitch$class_1341;
-
-
Constructor Details
-
class_1341
private class_1341()
-
-
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
-