Package com.sk89q.worldedit.world.chunk
Class OldChunk
java.lang.Object
com.sk89q.worldedit.world.chunk.OldChunk
- All Implemented Interfaces:
Chunk
Represents an Alpha chunk.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OldChunk
Construct the chunk with a compound tag.- Parameters:
tag
- the tag- Throws:
DataException
- if there is an error getting the chunk data
-
-
Method Details
-
getBlock
Description copied from interface:Chunk
Get a block.- Specified by:
getBlock
in interfaceChunk
- Parameters:
position
- the position of the block- Returns:
- block the block
- Throws:
DataException
- thrown on data error
-