| Class | Description |
|---|---|
| BlockData | Deprecated
use
BlockData |
| ChunkStore |
Represents chunk storage mechanisms.
|
| FileLegacyChunkStore |
Represents the chunk store used by Minecraft Alpha.
|
| FileMcRegionChunkStore | |
| LegacyChunkStore |
Represents chunk stores that use Alpha's file format for storing chunks.
|
| McRegionChunkStore | |
| McRegionReader |
Reader for a MCRegion file.
|
| NBTConversions |
Utility methods for working with NBT data used in Minecraft.
|
| 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 | |
| InvalidFormatException | |
| MissingChunkException |
Thrown if a chunk is missing.
|
| MissingWorldException |
Thrown if the world is missing.
|
Copyright © 2010-2014. All Rights Reserved.