| Package | Description |
|---|---|
| net.glowstone.chunk | |
| net.glowstone.io | |
| net.glowstone.io.anvil |
| Constructor and Description |
|---|
ChunkManager(GlowWorld world,
ChunkIoService service,
org.bukkit.generator.ChunkGenerator generator)
Creates a new chunk manager with the specified I/O service and world generator.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkIoService |
WorldStorageProvider.getChunkIoService()
Gets the
ChunkIoService for this world, to be used for reading and writing chunk
data. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnvilChunkIoService
An implementation of the
ChunkIoService which reads and writes Anvil maps, an improvement
on the McRegion file format. |
Copyright © 2021. All rights reserved.