Package net.minecraft.world.chunk
Enum Class WorldChunk.CreationType
- All Implemented Interfaces:
Serializable,Comparable<WorldChunk.CreationType>,Constable
- Enclosing class:
WorldChunk
- Mappings:
Namespace Name official dlo$bintermediary net/minecraft/class_2818$class_2819named net/minecraft/world/chunk/WorldChunk$CreationType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorldChunk.CreationTypeReturns the enum constant of this class with the specified name.static WorldChunk.CreationType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IMMEDIATE
- Mappings:
Namespace Name Mixin selector official aLdlo$b;a:Ldlo$b;intermediary field_12860Lnet/minecraft/class_2818$class_2819;field_12860:Lnet/minecraft/class_2818$class_2819;named IMMEDIATELnet/minecraft/world/chunk/WorldChunk$CreationType;IMMEDIATE:Lnet/minecraft/world/chunk/WorldChunk$CreationType;
-
QUEUED
- Mappings:
Namespace Name Mixin selector official bLdlo$b;b:Ldlo$b;intermediary field_12861Lnet/minecraft/class_2818$class_2819;field_12861:Lnet/minecraft/class_2818$class_2819;named QUEUEDLnet/minecraft/world/chunk/WorldChunk$CreationType;QUEUED:Lnet/minecraft/world/chunk/WorldChunk$CreationType;
-
CHECK
- Mappings:
Namespace Name Mixin selector official cLdlo$b;c:Ldlo$b;intermediary field_12859Lnet/minecraft/class_2818$class_2819;field_12859:Lnet/minecraft/class_2818$class_2819;named CHECKLnet/minecraft/world/chunk/WorldChunk$CreationType;CHECK:Lnet/minecraft/world/chunk/WorldChunk$CreationType;
-
-
Constructor Details
-
CreationType
private CreationType()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-