| Package | Description |
|---|---|
| io.github.bananapuncher714.cartographer.core.api.events.chunk |
Contains events dealing with chunk loading.
|
| Modifier and Type | Field and Description |
|---|---|
protected ChunkProcessor |
ChunkPreProcessEvent.processor |
| Modifier and Type | Method and Description |
|---|---|
ChunkProcessor |
ChunkPreProcessEvent.getDataProcessor()
Get the
ChunkProcessor that will be used to process the chunk data. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkPreProcessEvent.setDataProcessor(ChunkProcessor processor)
Set the
ChunkProcessor that will be used to process the chunk data. |
| Constructor and Description |
|---|
ChunkPreProcessEvent(ChunkLocation location,
ChunkProcessor processor)
Construct a new ChunkPreProcessEvent at the given
ChunkLocation with the ChunkProcessor provided. |