Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.imanity.imanityspigot.chunk |
Modifier and Type | Method and Description |
---|---|
ChunkFillProcessor |
World.Imanity.newChunkFillProcessor(Location location,
int radius)
Create chunk fill processor
Chunk fill processor is a tool to load chunk within a radius from a center position
Similar to WorldBorder's /wb fill command but uses async chunk feature from ImanitySpigot3
This requires isChunkFillProcessorSupported() to return true.
|
ChunkFillProcessor |
World.Imanity.newChunkFillProcessor(Location location,
int radius,
int chunkPerBatch,
int batchesPerSaving)
Create chunk fill processor
Chunk fill processor is a tool to load chunk within a radius from a center position
Similar to WorldBorder's /wb fill command but uses async chunk feature from ImanitySpigot3
This requires isChunkFillProcessorSupported() to return true.
|
Modifier and Type | Method and Description |
---|---|
ChunkFillProcessor |
ChunkFillProcessor.cancel() |
ChunkFillProcessor |
ChunkFillProcessor.log(boolean shouldLog) |
ChunkFillProcessor |
ChunkFillProcessor.start() |
ChunkFillProcessor |
ChunkFillProcessor.whenChunkLoad(Consumer<Chunk> chunkConsumer) |
ChunkFillProcessor |
ChunkFillProcessor.whenCompleted(Consumer<ChunkFillProcessor.CompleteState> runnable) |
Copyright © 2022. All rights reserved.