| Interface | Description |
|---|---|
| Chunk |
| Class | Description |
|---|---|
| AnvilChunk | |
| BlockData | Deprecated
use
BlockData |
| ChunkStore |
Represents chunk storage mechanisms.
|
| FileLegacyChunkStore |
Represents the chunk store used by Minecraft alpha.
|
| FileMcRegionChunkStore | |
| ForwardSeekableInputStream | |
| LegacyChunkStore |
Represents chunk stores that use Alpha's file format for storing chunks.
|
| McRegionChunkStore | |
| McRegionReader |
Reader for a MCRegion file.
|
| OldChunk |
Represents a chunk.
|
| TrueZipLegacyChunkStore |
Represents the chunk store used by Minecraft alpha but zipped.
|
| TrueZipMcRegionChunkStore |
Represents the chunk store used by Minecraft but zipped.
|
| ZippedLegacyChunkStore |
Represents the chunk store used by Minecraft alpha but zipped.
|
| ZippedMcRegionChunkStore |
Represents the chunk store used by Minecraft alpha but zipped.
|
| Exception | Description |
|---|---|
| ChunkStoreException | |
| DataException |
Thrown when there is an exception related to data handling.
|
| InvalidFormatException | |
| MissingChunkException | |
| MissingWorldException |
Copyright © 2010-2014. All Rights Reserved.