Enum TwitchStream.Type

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

@Environment(CLIENT)
public static enum TwitchStream.Type
extends Enum<TwitchStream.Type>
Mappings:
Namespace Name
official bql$b
intermediary net/minecraft/class_1346$class_1348
named net/minecraft/client/twitch/TwitchStream$Type
  • Enum Constant Details

    • UNINITIALIZED

      public static final TwitchStream.Type UNINITIALIZED
      Mappings:
      Namespace Name Mixin selector
      official a Lbql$b;a:Lbql$b;
      intermediary field_5661 Lnet/minecraft/class_1346$class_1348;field_5661:Lnet/minecraft/class_1346$class_1348;
      named UNINITIALIZED Lnet/minecraft/client/twitch/TwitchStream$Type;UNINITIALIZED:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • STARTING

      public static final TwitchStream.Type STARTING
      Mappings:
      Namespace Name Mixin selector
      official b Lbql$b;b:Lbql$b;
      intermediary field_5662 Lnet/minecraft/class_1346$class_1348;field_5662:Lnet/minecraft/class_1346$class_1348;
      named STARTING Lnet/minecraft/client/twitch/TwitchStream$Type;STARTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • CONNECTING

      public static final TwitchStream.Type CONNECTING
      Mappings:
      Namespace Name Mixin selector
      official c Lbql$b;c:Lbql$b;
      intermediary field_5663 Lnet/minecraft/class_1346$class_1348;field_5663:Lnet/minecraft/class_1346$class_1348;
      named CONNECTING Lnet/minecraft/client/twitch/TwitchStream$Type;CONNECTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • TESTING

      public static final TwitchStream.Type TESTING
      Mappings:
      Namespace Name Mixin selector
      official d Lbql$b;d:Lbql$b;
      intermediary field_5664 Lnet/minecraft/class_1346$class_1348;field_5664:Lnet/minecraft/class_1346$class_1348;
      named TESTING Lnet/minecraft/client/twitch/TwitchStream$Type;TESTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • FINISHED_TESTING

      public static final TwitchStream.Type FINISHED_TESTING
      Mappings:
      Namespace Name Mixin selector
      official e Lbql$b;e:Lbql$b;
      intermediary field_5665 Lnet/minecraft/class_1346$class_1348;field_5665:Lnet/minecraft/class_1346$class_1348;
      named FINISHED_TESTING Lnet/minecraft/client/twitch/TwitchStream$Type;FINISHED_TESTING:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • FINISHED

      public static final TwitchStream.Type FINISHED
      Mappings:
      Namespace Name Mixin selector
      official f Lbql$b;f:Lbql$b;
      intermediary field_5666 Lnet/minecraft/class_1346$class_1348;field_5666:Lnet/minecraft/class_1346$class_1348;
      named FINISHED Lnet/minecraft/client/twitch/TwitchStream$Type;FINISHED:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • CANCELLING

      public static final TwitchStream.Type CANCELLING
      Mappings:
      Namespace Name Mixin selector
      official g Lbql$b;g:Lbql$b;
      intermediary field_5667 Lnet/minecraft/class_1346$class_1348;field_5667:Lnet/minecraft/class_1346$class_1348;
      named CANCELLING Lnet/minecraft/client/twitch/TwitchStream$Type;CANCELLING:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • CANCELLED

      public static final TwitchStream.Type CANCELLED
      Mappings:
      Namespace Name Mixin selector
      official h Lbql$b;h:Lbql$b;
      intermediary field_5668 Lnet/minecraft/class_1346$class_1348;field_5668:Lnet/minecraft/class_1346$class_1348;
      named CANCELLED Lnet/minecraft/client/twitch/TwitchStream$Type;CANCELLED:Lnet/minecraft/client/twitch/TwitchStream$Type;
    • FAILED

      public static final TwitchStream.Type FAILED
      Mappings:
      Namespace Name Mixin selector
      official i Lbql$b;i:Lbql$b;
      intermediary field_5669 Lnet/minecraft/class_1346$class_1348;field_5669:Lnet/minecraft/class_1346$class_1348;
      named FAILED Lnet/minecraft/client/twitch/TwitchStream$Type;FAILED:Lnet/minecraft/client/twitch/TwitchStream$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static TwitchStream.Type[] 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 TwitchStream.Type 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