Enum Class ChunkLoadProgress.Stage

java.lang.Object
java.lang.Enum<ChunkLoadProgress.Stage>
net.minecraft.world.chunk.ChunkLoadProgress.Stage
All Implemented Interfaces:
Serializable, Comparable<ChunkLoadProgress.Stage>, Constable
Enclosing interface:
ChunkLoadProgress

public static enum ChunkLoadProgress.Stage extends Enum<ChunkLoadProgress.Stage>
Mappings:
Namespace Name
named net/minecraft/world/chunk/ChunkLoadProgress$Stage
intermediary net/minecraft/class_11545$class_11546
official axx$a
  • Enum Constant Details

    • START_SERVER

      public static final ChunkLoadProgress.Stage START_SERVER
      Mappings:
      Namespace Name Mixin selector
      named START_SERVER Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;START_SERVER:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;
      intermediary field_61105 Lnet/minecraft/class_11545$class_11546;field_61105:Lnet/minecraft/class_11545$class_11546;
      official a Laxx$a;a:Laxx$a;
    • PREPARE_GLOBAL_SPAWN

      public static final ChunkLoadProgress.Stage PREPARE_GLOBAL_SPAWN
      Mappings:
      Namespace Name Mixin selector
      named PREPARE_GLOBAL_SPAWN Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;PREPARE_GLOBAL_SPAWN:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;
      intermediary field_61106 Lnet/minecraft/class_11545$class_11546;field_61106:Lnet/minecraft/class_11545$class_11546;
      official b Laxx$a;b:Laxx$a;
    • LOAD_INITIAL_CHUNKS

      public static final ChunkLoadProgress.Stage LOAD_INITIAL_CHUNKS
      Mappings:
      Namespace Name Mixin selector
      named LOAD_INITIAL_CHUNKS Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;LOAD_INITIAL_CHUNKS:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;
      intermediary field_61107 Lnet/minecraft/class_11545$class_11546;field_61107:Lnet/minecraft/class_11545$class_11546;
      official c Laxx$a;c:Laxx$a;
    • LOAD_PLAYER_CHUNKS

      public static final ChunkLoadProgress.Stage LOAD_PLAYER_CHUNKS
      Mappings:
      Namespace Name Mixin selector
      named LOAD_PLAYER_CHUNKS Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;LOAD_PLAYER_CHUNKS:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;
      intermediary field_61108 Lnet/minecraft/class_11545$class_11546;field_61108:Lnet/minecraft/class_11545$class_11546;
      official d Laxx$a;d:Laxx$a;
  • Constructor Details

    • Stage

      private Stage()
  • Method Details

    • values

      public static ChunkLoadProgress.Stage[] 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 ChunkLoadProgress.Stage 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