public interface ChunkFillProcessor
Modifier and Type | Interface and Description |
---|---|
static class |
ChunkFillProcessor.CompleteState |
Modifier and Type | Method and Description |
---|---|
ChunkFillProcessor |
cancel() |
ChunkFillProcessor |
log(boolean shouldLog) |
ChunkFillProcessor |
start() |
ChunkFillProcessor |
whenChunkLoad(Consumer<Chunk> chunkConsumer) |
ChunkFillProcessor |
whenCompleted(Consumer<ChunkFillProcessor.CompleteState> runnable) |
ChunkFillProcessor start()
ChunkFillProcessor cancel()
ChunkFillProcessor whenChunkLoad(Consumer<Chunk> chunkConsumer)
ChunkFillProcessor whenCompleted(Consumer<ChunkFillProcessor.CompleteState> runnable)
ChunkFillProcessor log(boolean shouldLog)
Copyright © 2022. All rights reserved.