Interface ChunkProgressListener
- All Known Implementing Classes:
LoggerChunkProgressListener
,ProcessorChunkProgressListener
,StoringChunkProgressListener
public interface ChunkProgressListener
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
calculateDiameter
(int pRadius) void
onStatusChange
(ChunkPos pChunkPos, ChunkStatus pChunkStatus) void
start()
void
stop()
void
updateSpawnPos
(ChunkPos pCenter)
-
Method Details
-
updateSpawnPos
-
onStatusChange
-
start
void start() -
stop
void stop() -
calculateDiameter
static int calculateDiameter(int pRadius)
-