Package net.minecraft

Enum Class class_8819.class_8820

java.lang.Object
java.lang.Enum<class_8819.class_8820>
net.minecraft.class_8819.class_8820
All Implemented Interfaces:
Serializable, Comparable<class_8819.class_8820>, Constable
Enclosing class:
class_8819

@Environment(CLIENT) private static enum class_8819.class_8820 extends Enum<class_8819.class_8820>
Mappings:
Namespace Name
official fiy$a
intermediary net/minecraft/class_8819$class_8820
named net/minecraft/class_8819$class_8820
  • Enum Constant Details

    • WAITING_FOR_SERVER

      public static final class_8819.class_8820 WAITING_FOR_SERVER
      Mappings:
      Namespace Name Mixin selector
      official a Lfiy$a;a:Lfiy$a;
      intermediary field_46584 Lnet/minecraft/class_8819$class_8820;field_46584:Lnet/minecraft/class_8819$class_8820;
      named WAITING_FOR_SERVER Lnet/minecraft/class_8819$class_8820;WAITING_FOR_SERVER:Lnet/minecraft/class_8819$class_8820;
    • WAITING_FOR_PLAYER_CHUNK

      public static final class_8819.class_8820 WAITING_FOR_PLAYER_CHUNK
      Mappings:
      Namespace Name Mixin selector
      official b Lfiy$a;b:Lfiy$a;
      intermediary field_46585 Lnet/minecraft/class_8819$class_8820;field_46585:Lnet/minecraft/class_8819$class_8820;
      named WAITING_FOR_PLAYER_CHUNK Lnet/minecraft/class_8819$class_8820;WAITING_FOR_PLAYER_CHUNK:Lnet/minecraft/class_8819$class_8820;
    • LEVEL_READY

      public static final class_8819.class_8820 LEVEL_READY
      Mappings:
      Namespace Name Mixin selector
      official c Lfiy$a;c:Lfiy$a;
      intermediary field_46586 Lnet/minecraft/class_8819$class_8820;field_46586:Lnet/minecraft/class_8819$class_8820;
      named LEVEL_READY Lnet/minecraft/class_8819$class_8820;LEVEL_READY:Lnet/minecraft/class_8819$class_8820;
  • Constructor Details

    • class_8820

      private class_8820()
  • Method Details

    • values

      public static class_8819.class_8820[] 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_8819.class_8820 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