Enum Class TwitchStream.Type

java.lang.Object
java.lang.Enum<TwitchStream.Type>
net.minecraft.client.twitch.TwitchStream.Type
All Implemented Interfaces:
Serializable, Comparable<TwitchStream.Type>, 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_1927$class_1930
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_8329 Lnet/minecraft/class_1927$class_1930;field_8329:Lnet/minecraft/class_1927$class_1930;
      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_8330 Lnet/minecraft/class_1927$class_1930;field_8330:Lnet/minecraft/class_1927$class_1930;
      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_8331 Lnet/minecraft/class_1927$class_1930;field_8331:Lnet/minecraft/class_1927$class_1930;
      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_8332 Lnet/minecraft/class_1927$class_1930;field_8332:Lnet/minecraft/class_1927$class_1930;
      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_8333 Lnet/minecraft/class_1927$class_1930;field_8333:Lnet/minecraft/class_1927$class_1930;
      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_8334 Lnet/minecraft/class_1927$class_1930;field_8334:Lnet/minecraft/class_1927$class_1930;
      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_11389 Lnet/minecraft/class_1927$class_1930;field_11389:Lnet/minecraft/class_1927$class_1930;
      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_8335 Lnet/minecraft/class_1927$class_1930;field_8335:Lnet/minecraft/class_1927$class_1930;
      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_8336 Lnet/minecraft/class_1927$class_1930;field_8336:Lnet/minecraft/class_1927$class_1930;
      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 class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TwitchStream.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null