Package net.minecraft.server
Interface WorldGenerationProgressListener
- All Known Implementing Classes:
QueueingWorldGenerationProgressListener,WorldGenerationProgressLogger,WorldGenerationProgressTracker
public interface WorldGenerationProgressListener
-
Method Summary
Modifier and Type Method Description voidsetChunkStatus(ChunkPos pos, ChunkStatus status)voidstart(ChunkPos spawnPos)voidstop()
-
Method Details
-
start
-
setChunkStatus
-
stop
void stop()
-