Enum Class class_1930

java.lang.Object
java.lang.Enum<class_1930>
net.minecraft.client.class_1930
All Implemented Interfaces:
Serializable, Comparable<class_1930>, Constable

@Environment(CLIENT) public enum class_1930 extends Enum<class_1930>
Mappings:
Namespace Name
official dan
intermediary net/minecraft/class_1930
named net/minecraft/client/class_1930
  • Enum Constant Details

    • UNINITALIZED

      public static final class_1930 UNINITALIZED
      Mappings:
      Namespace Name Mixin selector
      official a Ldan;a:Ldan;
      intermediary field_8329 Lnet/minecraft/class_1930;field_8329:Lnet/minecraft/class_1930;
      named UNINITALIZED Lnet/minecraft/client/class_1930;UNINITALIZED:Lnet/minecraft/client/class_1930;
    • STARTING

      public static final class_1930 STARTING
      Mappings:
      Namespace Name Mixin selector
      official b Ldan;b:Ldan;
      intermediary field_8330 Lnet/minecraft/class_1930;field_8330:Lnet/minecraft/class_1930;
      named STARTING Lnet/minecraft/client/class_1930;STARTING:Lnet/minecraft/client/class_1930;
    • CONNECTING_TO_SERVER

      public static final class_1930 CONNECTING_TO_SERVER
      Mappings:
      Namespace Name Mixin selector
      official c Ldan;c:Ldan;
      intermediary field_8331 Lnet/minecraft/class_1930;field_8331:Lnet/minecraft/class_1930;
      named CONNECTING_TO_SERVER Lnet/minecraft/client/class_1930;CONNECTING_TO_SERVER:Lnet/minecraft/client/class_1930;
    • TESTING_SERVER

      public static final class_1930 TESTING_SERVER
      Mappings:
      Namespace Name Mixin selector
      official d Ldan;d:Ldan;
      intermediary field_8332 Lnet/minecraft/class_1930;field_8332:Lnet/minecraft/class_1930;
      named TESTING_SERVER Lnet/minecraft/client/class_1930;TESTING_SERVER:Lnet/minecraft/client/class_1930;
    • DONE_TESTING_SERVER

      public static final class_1930 DONE_TESTING_SERVER
      Mappings:
      Namespace Name Mixin selector
      official e Ldan;e:Ldan;
      intermediary field_8333 Lnet/minecraft/class_1930;field_8333:Lnet/minecraft/class_1930;
      named DONE_TESTING_SERVER Lnet/minecraft/client/class_1930;DONE_TESTING_SERVER:Lnet/minecraft/client/class_1930;
    • FINISHED

      public static final class_1930 FINISHED
      Mappings:
      Namespace Name Mixin selector
      official f Ldan;f:Ldan;
      intermediary field_8334 Lnet/minecraft/class_1930;field_8334:Lnet/minecraft/class_1930;
      named FINISHED Lnet/minecraft/client/class_1930;FINISHED:Lnet/minecraft/client/class_1930;
    • CANCELLING

      public static final class_1930 CANCELLING
      Mappings:
      Namespace Name Mixin selector
      official g Ldan;g:Ldan;
      intermediary field_11389 Lnet/minecraft/class_1930;field_11389:Lnet/minecraft/class_1930;
      named CANCELLING Lnet/minecraft/client/class_1930;CANCELLING:Lnet/minecraft/client/class_1930;
    • CANCELLED

      public static final class_1930 CANCELLED
      Mappings:
      Namespace Name Mixin selector
      official h Ldan;h:Ldan;
      intermediary field_8335 Lnet/minecraft/class_1930;field_8335:Lnet/minecraft/class_1930;
      named CANCELLED Lnet/minecraft/client/class_1930;CANCELLED:Lnet/minecraft/client/class_1930;
    • FAILED

      public static final class_1930 FAILED
      Mappings:
      Namespace Name Mixin selector
      official i Ldan;i:Ldan;
      intermediary field_8336 Lnet/minecraft/class_1930;field_8336:Lnet/minecraft/class_1930;
      named FAILED Lnet/minecraft/client/class_1930;FAILED:Lnet/minecraft/client/class_1930;
  • Constructor Details

    • class_1930

      private class_1930()
  • Method Details

    • values

      public static class_1930[] 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 class_1930 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