Enum Class Chunk.Status

java.lang.Object
java.lang.Enum<Chunk.Status>
net.minecraft.world.chunk.Chunk.Status
All Implemented Interfaces:
Serializable, Comparable<Chunk.Status>, Constable
Enclosing class:
Chunk

public static enum Chunk.Status extends Enum<Chunk.Status>
Mappings:
Namespace Name
official auo$a
intermediary net/minecraft/class_1196$class_2251
named net/minecraft/world/chunk/Chunk$Status
  • Enum Constant Details

    • IMMEDIATE

      public static final Chunk.Status IMMEDIATE
      Mappings:
      Namespace Name Mixin selector
      official a Lauo$a;a:Lauo$a;
      intermediary field_9951 Lnet/minecraft/class_1196$class_2251;field_9951:Lnet/minecraft/class_1196$class_2251;
      named IMMEDIATE Lnet/minecraft/world/chunk/Chunk$Status;IMMEDIATE:Lnet/minecraft/world/chunk/Chunk$Status;
    • QUEUED

      public static final Chunk.Status QUEUED
      Mappings:
      Namespace Name Mixin selector
      official b Lauo$a;b:Lauo$a;
      intermediary field_9952 Lnet/minecraft/class_1196$class_2251;field_9952:Lnet/minecraft/class_1196$class_2251;
      named QUEUED Lnet/minecraft/world/chunk/Chunk$Status;QUEUED:Lnet/minecraft/world/chunk/Chunk$Status;
    • CHECK

      public static final Chunk.Status CHECK
      Mappings:
      Namespace Name Mixin selector
      official c Lauo$a;c:Lauo$a;
      intermediary field_9953 Lnet/minecraft/class_1196$class_2251;field_9953:Lnet/minecraft/class_1196$class_2251;
      named CHECK Lnet/minecraft/world/chunk/Chunk$Status;CHECK:Lnet/minecraft/world/chunk/Chunk$Status;
  • Constructor Details

    • Status

      private Status()
  • Method Details

    • values

      public static Chunk.Status[] 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 Chunk.Status 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