Class ChunkStoreHelper
java.lang.Object
com.sk89q.worldedit.world.storage.ChunkStoreHelper
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Chunk
getChunk
(CompoundTag rootTag) Convert a chunk NBT tag into aChunk
implementation.static CompoundTag
-
Method Details
-
readCompoundTag
public static CompoundTag readCompoundTag(ChunkStoreHelper.ChunkDataInputSupplier input) throws DataException, IOException - Throws:
DataException
IOException
-
getChunk
Convert a chunk NBT tag into aChunk
implementation.- Parameters:
rootTag
- the root tag of the chunk- Returns:
- a Chunk implementation
- Throws:
DataException
- if the rootTag is not valid chunk data
-