public static enum ChunkAnalyse.SortTarget extends Enum<ChunkAnalyse.SortTarget>
Enum Constant and Description |
---|
ALL |
BLOCK_OPERATION |
ENTITIES |
TILE_ENTITIES |
Modifier and Type | Method and Description |
---|---|
static ChunkAnalyse.SortTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkAnalyse.SortTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkAnalyse.SortTarget ALL
public static final ChunkAnalyse.SortTarget ENTITIES
public static final ChunkAnalyse.SortTarget TILE_ENTITIES
public static final ChunkAnalyse.SortTarget BLOCK_OPERATION
public static ChunkAnalyse.SortTarget[] values()
for (ChunkAnalyse.SortTarget c : ChunkAnalyse.SortTarget.values()) System.out.println(c);
public static ChunkAnalyse.SortTarget valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022. All rights reserved.