Enum Class Twitch.StreamState

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

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

    • UNINITIALIZED

      public static final Twitch.StreamState UNINITIALIZED
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk$c;a:Lbqk$c;
      intermediary field_8296 Lnet/minecraft/class_1923$class_1925;field_8296:Lnet/minecraft/class_1923$class_1925;
      named UNINITIALIZED Lnet/minecraft/client/twitch/Twitch$StreamState;UNINITIALIZED:Lnet/minecraft/client/twitch/Twitch$StreamState;
    • INITIALIZING

      public static final Twitch.StreamState INITIALIZING
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk$c;b:Lbqk$c;
      intermediary field_11376 Lnet/minecraft/class_1923$class_1925;field_11376:Lnet/minecraft/class_1923$class_1925;
      named INITIALIZING Lnet/minecraft/client/twitch/Twitch$StreamState;INITIALIZING:Lnet/minecraft/client/twitch/Twitch$StreamState;
    • INITIALIZED

      public static final Twitch.StreamState INITIALIZED
      Mappings:
      Namespace Name Mixin selector
      official c Lbqk$c;c:Lbqk$c;
      intermediary field_8297 Lnet/minecraft/class_1923$class_1925;field_8297:Lnet/minecraft/class_1923$class_1925;
      named INITIALIZED Lnet/minecraft/client/twitch/Twitch$StreamState;INITIALIZED:Lnet/minecraft/client/twitch/Twitch$StreamState;
    • SHUTTING_DOWN

      public static final Twitch.StreamState SHUTTING_DOWN
      Mappings:
      Namespace Name Mixin selector
      official d Lbqk$c;d:Lbqk$c;
      intermediary field_11377 Lnet/minecraft/class_1923$class_1925;field_11377:Lnet/minecraft/class_1923$class_1925;
      named SHUTTING_DOWN Lnet/minecraft/client/twitch/Twitch$StreamState;SHUTTING_DOWN:Lnet/minecraft/client/twitch/Twitch$StreamState;
  • Constructor Details

    • StreamState

      private StreamState()
  • Method Details

    • values

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