Enum Class WorldChunk.CreationType

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

public static enum WorldChunk.CreationType extends Enum<WorldChunk.CreationType>
Mappings:
Namespace Name
official dba$b
intermediary net/minecraft/class_2818$class_2819
named net/minecraft/world/chunk/WorldChunk$CreationType
  • Enum Constant Details

    • IMMEDIATE

      public static final WorldChunk.CreationType IMMEDIATE
      Mappings:
      Namespace Name Mixin selector
      official a Ldba$b;a:Ldba$b;
      intermediary field_12860 Lnet/minecraft/class_2818$class_2819;field_12860:Lnet/minecraft/class_2818$class_2819;
      named IMMEDIATE Lnet/minecraft/world/chunk/WorldChunk$CreationType;IMMEDIATE:Lnet/minecraft/world/chunk/WorldChunk$CreationType;
    • QUEUED

      public static final WorldChunk.CreationType QUEUED
      Mappings:
      Namespace Name Mixin selector
      official b Ldba$b;b:Ldba$b;
      intermediary field_12861 Lnet/minecraft/class_2818$class_2819;field_12861:Lnet/minecraft/class_2818$class_2819;
      named QUEUED Lnet/minecraft/world/chunk/WorldChunk$CreationType;QUEUED:Lnet/minecraft/world/chunk/WorldChunk$CreationType;
    • CHECK

      public static final WorldChunk.CreationType CHECK
      Mappings:
      Namespace Name Mixin selector
      official c Ldba$b;c:Ldba$b;
      intermediary field_12859 Lnet/minecraft/class_2818$class_2819;field_12859:Lnet/minecraft/class_2818$class_2819;
      named CHECK Lnet/minecraft/world/chunk/WorldChunk$CreationType;CHECK:Lnet/minecraft/world/chunk/WorldChunk$CreationType;
  • Constructor Details

    • CreationType

      private CreationType()
  • Method Details

    • values

      public static WorldChunk.CreationType[] 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 WorldChunk.CreationType 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