Enum Class Twitch.NetworkState

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

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

    • CREATED

      public static final Twitch.NetworkState CREATED
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk$a;a:Lbqk$a;
      intermediary field_11362 Lnet/minecraft/class_1923$class_2543;field_11362:Lnet/minecraft/class_1923$class_2543;
      named CREATED Lnet/minecraft/client/twitch/Twitch$NetworkState;CREATED:Lnet/minecraft/client/twitch/Twitch$NetworkState;
    • CONNECTING

      public static final Twitch.NetworkState CONNECTING
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk$a;b:Lbqk$a;
      intermediary field_11363 Lnet/minecraft/class_1923$class_2543;field_11363:Lnet/minecraft/class_1923$class_2543;
      named CONNECTING Lnet/minecraft/client/twitch/Twitch$NetworkState;CONNECTING:Lnet/minecraft/client/twitch/Twitch$NetworkState;
    • CONNECTED

      public static final Twitch.NetworkState CONNECTED
      Mappings:
      Namespace Name Mixin selector
      official c Lbqk$a;c:Lbqk$a;
      intermediary field_11364 Lnet/minecraft/class_1923$class_2543;field_11364:Lnet/minecraft/class_1923$class_2543;
      named CONNECTED Lnet/minecraft/client/twitch/Twitch$NetworkState;CONNECTED:Lnet/minecraft/client/twitch/Twitch$NetworkState;
    • DISCONNECTING

      public static final Twitch.NetworkState DISCONNECTING
      Mappings:
      Namespace Name Mixin selector
      official d Lbqk$a;d:Lbqk$a;
      intermediary field_11365 Lnet/minecraft/class_1923$class_2543;field_11365:Lnet/minecraft/class_1923$class_2543;
      named DISCONNECTING Lnet/minecraft/client/twitch/Twitch$NetworkState;DISCONNECTING:Lnet/minecraft/client/twitch/Twitch$NetworkState;
    • DISCONNECTED

      public static final Twitch.NetworkState DISCONNECTED
      Mappings:
      Namespace Name Mixin selector
      official e Lbqk$a;e:Lbqk$a;
      intermediary field_11366 Lnet/minecraft/class_1923$class_2543;field_11366:Lnet/minecraft/class_1923$class_2543;
      named DISCONNECTED Lnet/minecraft/client/twitch/Twitch$NetworkState;DISCONNECTED:Lnet/minecraft/client/twitch/Twitch$NetworkState;
  • Constructor Details

    • NetworkState

      private NetworkState()
  • Method Details

    • values

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