public static enum ChunkHolder.LocationType extends java.lang.Enum<ChunkHolder.LocationType>
Enum Constant and Description |
---|
BORDER |
ENTITY_TICKING |
INACCESSIBLE |
TICKING |
Modifier and Type | Method and Description |
---|---|
boolean |
isAtLeast(ChunkHolder.LocationType type) |
static ChunkHolder.LocationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChunkHolder.LocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkHolder.LocationType INACCESSIBLE
public static final ChunkHolder.LocationType BORDER
public static final ChunkHolder.LocationType TICKING
public static final ChunkHolder.LocationType ENTITY_TICKING
public static ChunkHolder.LocationType[] values()
for (ChunkHolder.LocationType c : ChunkHolder.LocationType.values()) System.out.println(c);
public static ChunkHolder.LocationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isAtLeast(ChunkHolder.LocationType type)