Enum Class DownloadingTerrainScreen.class_9678

java.lang.Object
java.lang.Enum<DownloadingTerrainScreen.class_9678>
net.minecraft.client.gui.screen.DownloadingTerrainScreen.class_9678
All Implemented Interfaces:
Serializable, Comparable<DownloadingTerrainScreen.class_9678>, Constable
Enclosing class:
DownloadingTerrainScreen

@Environment(CLIENT) public static enum DownloadingTerrainScreen.class_9678 extends Enum<DownloadingTerrainScreen.class_9678>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678
intermediary net/minecraft/class_434$class_9678
official fmz$a
  • Enum Constant Details

    • NETHER_PORTAL

      public static final DownloadingTerrainScreen.class_9678 NETHER_PORTAL
      Mappings:
      Namespace Name Mixin selector
      named NETHER_PORTAL Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;NETHER_PORTAL:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;
      intermediary field_51487 Lnet/minecraft/class_434$class_9678;field_51487:Lnet/minecraft/class_434$class_9678;
      official a Lfmz$a;a:Lfmz$a;
    • END_PORTAL

      public static final DownloadingTerrainScreen.class_9678 END_PORTAL
      Mappings:
      Namespace Name Mixin selector
      named END_PORTAL Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;END_PORTAL:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;
      intermediary field_51488 Lnet/minecraft/class_434$class_9678;field_51488:Lnet/minecraft/class_434$class_9678;
      official b Lfmz$a;b:Lfmz$a;
    • OTHER

      public static final DownloadingTerrainScreen.class_9678 OTHER
      Mappings:
      Namespace Name Mixin selector
      named OTHER Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;OTHER:Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$class_9678;
      intermediary field_51489 Lnet/minecraft/class_434$class_9678;field_51489:Lnet/minecraft/class_434$class_9678;
      official c Lfmz$a;c:Lfmz$a;
  • Constructor Details

    • class_9678

      private class_9678()
  • Method Details

    • values

      public static DownloadingTerrainScreen.class_9678[] 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 DownloadingTerrainScreen.class_9678 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