Enum Twitch.class_1344

java.lang.Object
java.lang.Enum<Twitch.class_1344>
net.minecraft.client.twitch.Twitch.class_1344
All Implemented Interfaces:
Serializable, Comparable<Twitch.class_1344>, java.lang.constant.Constable
Enclosing class:
Twitch

@Environment(CLIENT)
public static enum Twitch.class_1344
extends Enum<Twitch.class_1344>
Mappings:
Namespace Name
official bqk$d
intermediary net/minecraft/class_1340$class_1344
named net/minecraft/client/twitch/Twitch$class_1344
  • Enum Constant Details

    • field_5625

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

      public static final Twitch.class_1344 field_5626
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk$d;b:Lbqk$d;
      intermediary field_5626 Lnet/minecraft/class_1340$class_1344;field_5626:Lnet/minecraft/class_1340$class_1344;
      named field_5626 Lnet/minecraft/client/twitch/Twitch$class_1344;field_5626:Lnet/minecraft/client/twitch/Twitch$class_1344;
    • field_5627

      public static final Twitch.class_1344 field_5627
      Mappings:
      Namespace Name Mixin selector
      official c Lbqk$d;c:Lbqk$d;
      intermediary field_5627 Lnet/minecraft/class_1340$class_1344;field_5627:Lnet/minecraft/class_1340$class_1344;
      named field_5627 Lnet/minecraft/client/twitch/Twitch$class_1344;field_5627:Lnet/minecraft/client/twitch/Twitch$class_1344;
  • Constructor Details

    • class_1344

      private class_1344()
  • Method Details

    • values

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