public interface ChunkOperation
ChunkOperation
interface is implemented by any class that
performs some unit of work on the chunk or chunks at a given position.Modifier and Type | Method and Description |
---|---|
void |
perform(ChunkPosition pos)
Performs an operation on the chunks at the specified position.
|
void perform(ChunkPosition pos)
pos
- the chunk position to act on.