- All Implemented Interfaces:
Serializable,Comparable<Chunk.ChunkStatus>,Constable
- Enclosing class:
- Chunk
Defines the world generation status of this chunk.
All status except
FULL are used for chunks called
proto-chunks, in other words, for chunks with incomplete generation.- Author:
- SyntaxError404
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionfor proto-chunksfor proto-chunksfor proto-chunksfor proto-chunksfor normal chunksfor proto-chunksfor proto-chunksfor proto-chunksfor proto-chunksfor proto-chunksfor proto-chunksfor proto-chunksfor proto-chunks -
Method Summary
Modifier and TypeMethodDescriptionstatic Chunk.ChunkStatusReturns the enum constant of this class with the specified name.static Chunk.ChunkStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EMPTY
for proto-chunks -
STRUCTURE_STARTS
for proto-chunks -
STRUCTURE_REFERENCES
for proto-chunks -
BIOMES
for proto-chunks -
NOISE
for proto-chunks -
SURFACE
for proto-chunks -
CARVERS
for proto-chunks -
LIQUID_CARVERS
for proto-chunks -
FEATURES
for proto-chunks -
LIGHT
for proto-chunks -
SPAWN
for proto-chunks -
HEIGHTMAPS
for proto-chunks -
FULL
for normal chunks
-
-
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
-