Package net.minecraft.world.chunk
Enum Class WorldChunk.CreationType
- All Implemented Interfaces:
Serializable
,Comparable<WorldChunk.CreationType>
,Constable
- Enclosing class:
WorldChunk
- Mappings:
Namespace Name official cxt$b
intermediary net/minecraft/class_2818$class_2819
named 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorldChunk.CreationType
Returns 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 a
Lcxt$b;a:Lcxt$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
- Mappings:
Namespace Name Mixin selector official b
Lcxt$b;b:Lcxt$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
- Mappings:
Namespace Name Mixin selector official c
Lcxt$b;c:Lcxt$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
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
-