Enum ChunkStatus.ChunkType

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

public static enum ChunkStatus.ChunkType
extends Enum<ChunkStatus.ChunkType>
Specifies the type of a chunk
  • Enum Constant Details

    • field_12808

      public static final ChunkStatus.ChunkType field_12808
      A chunk which is incomplete and not loaded to the world yet.
    • field_12807

      public static final ChunkStatus.ChunkType field_12807
      A chunk which is complete and bound to a world.
  • Constructor Details

    • ChunkType

      private ChunkType()
  • Method Details

    • values

      public static ChunkStatus.ChunkType[] 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 ChunkStatus.ChunkType 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