Enum Class LevelLoadingScreen.WorldEntryReason

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

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

    • NETHER_PORTAL

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

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

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

    • WorldEntryReason

      private WorldEntryReason()
  • Method Details

    • values

      public static LevelLoadingScreen.WorldEntryReason[] 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 LevelLoadingScreen.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