Enum Class DownloadingTerrainScreen.WorldEntryReason

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

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

    • NETHER_PORTAL

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

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

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

    • WorldEntryReason

      private WorldEntryReason()
  • Method Details

    • 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.WorldEntryReason 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