Package net.minecraft.client.twitch
Enum Twitch.class_1343
- All Implemented Interfaces:
Serializable,Comparable<Twitch.class_1343>,java.lang.constant.Constable
- Enclosing class:
- Twitch
@Environment(CLIENT) public static enum Twitch.class_1343 extends Enum<Twitch.class_1343>
- Mappings:
Namespace Name official bqk$cintermediary net/minecraft/class_1340$class_1343named net/minecraft/client/twitch/Twitch$class_1343
-
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_5620field_5621field_5622field_5623 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_1343() -
Method Summary
Modifier and Type Method Description static Twitch.class_1343valueOf(String name)Returns the enum constant of this type with the specified name.static Twitch.class_1343[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_5620
- Mappings:
Namespace Name Mixin selector official aLbqk$c;a:Lbqk$c;intermediary field_5620Lnet/minecraft/class_1340$class_1343;field_5620:Lnet/minecraft/class_1340$class_1343;named field_5620Lnet/minecraft/client/twitch/Twitch$class_1343;field_5620:Lnet/minecraft/client/twitch/Twitch$class_1343;
-
field_5621
- Mappings:
Namespace Name Mixin selector official bLbqk$c;b:Lbqk$c;intermediary field_5621Lnet/minecraft/class_1340$class_1343;field_5621:Lnet/minecraft/class_1340$class_1343;named field_5621Lnet/minecraft/client/twitch/Twitch$class_1343;field_5621:Lnet/minecraft/client/twitch/Twitch$class_1343;
-
field_5622
- Mappings:
Namespace Name Mixin selector official cLbqk$c;c:Lbqk$c;intermediary field_5622Lnet/minecraft/class_1340$class_1343;field_5622:Lnet/minecraft/class_1340$class_1343;named field_5622Lnet/minecraft/client/twitch/Twitch$class_1343;field_5622:Lnet/minecraft/client/twitch/Twitch$class_1343;
-
field_5623
- Mappings:
Namespace Name Mixin selector official dLbqk$c;d:Lbqk$c;intermediary field_5623Lnet/minecraft/class_1340$class_1343;field_5623:Lnet/minecraft/class_1340$class_1343;named field_5623Lnet/minecraft/client/twitch/Twitch$class_1343;field_5623:Lnet/minecraft/client/twitch/Twitch$class_1343;
-
-
Constructor Details
-
class_1343
private class_1343()
-
-
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
-