Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.map.process |
Contains classes for processing chunks and converting them to data for the renderer.
|
Modifier and Type | Method and Description |
---|---|
static MapDataCache.ChunkState |
MapDataCache.getStateOf(Minimap map,
ChunkLocation location) |
static MapDataCache.ChunkState |
MapDataCache.ChunkState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapDataCache.ChunkState[] |
MapDataCache.ChunkState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|