Enum Twitch.class_1343

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

    • field_5620

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

      public static final Twitch.class_1343 field_5621
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk$c;b:Lbqk$c;
      intermediary field_5621 Lnet/minecraft/class_1340$class_1343;field_5621:Lnet/minecraft/class_1340$class_1343;
      named field_5621 Lnet/minecraft/client/twitch/Twitch$class_1343;field_5621:Lnet/minecraft/client/twitch/Twitch$class_1343;
    • field_5622

      public static final Twitch.class_1343 field_5622
      Mappings:
      Namespace Name Mixin selector
      official c Lbqk$c;c:Lbqk$c;
      intermediary field_5622 Lnet/minecraft/class_1340$class_1343;field_5622:Lnet/minecraft/class_1340$class_1343;
      named field_5622 Lnet/minecraft/client/twitch/Twitch$class_1343;field_5622:Lnet/minecraft/client/twitch/Twitch$class_1343;
    • field_5623

      public static final Twitch.class_1343 field_5623
      Mappings:
      Namespace Name Mixin selector
      official d Lbqk$c;d:Lbqk$c;
      intermediary field_5623 Lnet/minecraft/class_1340$class_1343;field_5623:Lnet/minecraft/class_1340$class_1343;
      named field_5623 Lnet/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

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