public interface ChunkPreGenerationEvent extends TargetWorldEvent
ChunkPreGenerate
task
is underway.Modifier and Type | Interface and Description |
---|---|
static interface |
ChunkPreGenerationEvent.Cancelled
Event fired when the pre generation has been cancelled.
|
static interface |
ChunkPreGenerationEvent.Complete
Event fired when the pre generation has been completed.
|
static interface |
ChunkPreGenerationEvent.Post
Event fired when a step has completed.
|
static interface |
ChunkPreGenerationEvent.Pre
Event fired when chunks are about to be generated.
|
Modifier and Type | Method and Description |
---|---|
ChunkPreGenerate |
getChunkPreGenerate()
The object that contains the progress information for the
current
ChunkPreGenerate . |
getTargetWorld
getCause, getContext, getSource
ChunkPreGenerate getChunkPreGenerate()
ChunkPreGenerate
.ChunkPreGenerate