Enum Twitch.class_1341

java.lang.Object
java.lang.Enum<Twitch.class_1341>
net.minecraft.client.twitch.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$a
intermediary net/minecraft/class_1340$class_1341
named net/minecraft/client/twitch/Twitch$class_1341
  • Enum Constant Details

    • field_5606

      public static final Twitch.class_1341 field_5606
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk$a;a:Lbqk$a;
      intermediary field_5606 Lnet/minecraft/class_1340$class_1341;field_5606:Lnet/minecraft/class_1340$class_1341;
      named field_5606 Lnet/minecraft/client/twitch/Twitch$class_1341;field_5606:Lnet/minecraft/client/twitch/Twitch$class_1341;
    • field_5607

      public static final Twitch.class_1341 field_5607
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk$a;b:Lbqk$a;
      intermediary field_5607 Lnet/minecraft/class_1340$class_1341;field_5607:Lnet/minecraft/class_1340$class_1341;
      named field_5607 Lnet/minecraft/client/twitch/Twitch$class_1341;field_5607:Lnet/minecraft/client/twitch/Twitch$class_1341;
    • field_5608

      public static final Twitch.class_1341 field_5608
      Mappings:
      Namespace Name Mixin selector
      official c Lbqk$a;c:Lbqk$a;
      intermediary field_5608 Lnet/minecraft/class_1340$class_1341;field_5608:Lnet/minecraft/class_1340$class_1341;
      named field_5608 Lnet/minecraft/client/twitch/Twitch$class_1341;field_5608:Lnet/minecraft/client/twitch/Twitch$class_1341;
    • field_5609

      public static final Twitch.class_1341 field_5609
      Mappings:
      Namespace Name Mixin selector
      official d Lbqk$a;d:Lbqk$a;
      intermediary field_5609 Lnet/minecraft/class_1340$class_1341;field_5609:Lnet/minecraft/class_1340$class_1341;
      named field_5609 Lnet/minecraft/client/twitch/Twitch$class_1341;field_5609:Lnet/minecraft/client/twitch/Twitch$class_1341;
    • field_5610

      public static final Twitch.class_1341 field_5610
      Mappings:
      Namespace Name Mixin selector
      official e Lbqk$a;e:Lbqk$a;
      intermediary field_5610 Lnet/minecraft/class_1340$class_1341;field_5610:Lnet/minecraft/class_1340$class_1341;
      named field_5610 Lnet/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

      public static Twitch.class_1341[] 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

      public static Twitch.class_1341 valueOf​(String name)
      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 name
      NullPointerException - if the argument is null