Package com.sk89q.worldedit.world.chunk
Class AnvilChunk
java.lang.Object
com.sk89q.worldedit.world.chunk.AnvilChunk
- All Implemented Interfaces:
Chunk
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnvilChunk
Construct the chunk with a compound tag.- Parameters:
tag
- the tag to read- Throws:
DataException
- on a data error
-
-
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
-