| Interface | Description |
|---|---|
| ChunkCallbackRegistry.IChunkCallback<V> |
Specialized
ICallback for ChunkCallbackRegistry. |
| ChunkCallbackRegistry.IChunkCallbackPredicate | |
| IChunkBlock |
The IChunkBlock defines a block that will be store in chunks data directly.
|
| Class | Description |
|---|---|
| ChunkBlockHandler |
This class is the entry point for blocks that need to stored inside a chunk for later processing.
|
| ChunkBlockHandler.ChunkProcedure |
This class is the base for a process that is to be called for every coordinate stored inside a
Chunk. |
| ChunkBlockMessage | |
| ChunkBlockMessage.Packet | |
| ChunkBlockTransformer | |
| ChunkCallbackRegistry<C extends ChunkCallbackRegistry.IChunkCallback<V>,P extends ChunkCallbackRegistry.IChunkCallbackPredicate,V> |
The
ChunkCallbackRegistry handles IChunkCallbacks. |