Enum Chunk.Status

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

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

    • IMMEDIATE

      public static final Chunk.Status IMMEDIATE
      Mappings:
      Namespace Name Mixin selector
      official a Lamy$a;a:Lamy$a;
      intermediary field_1593 Lnet/minecraft/class_399$class_400;field_1593:Lnet/minecraft/class_399$class_400;
      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 Lamy$a;b:Lamy$a;
      intermediary field_1594 Lnet/minecraft/class_399$class_400;field_1594:Lnet/minecraft/class_399$class_400;
      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 Lamy$a;c:Lamy$a;
      intermediary field_1595 Lnet/minecraft/class_399$class_400;field_1595:Lnet/minecraft/class_399$class_400;
      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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Chunk.Status valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null