Package com.sk89q.worldedit.world.chunk
Interface Chunk
- All Known Implementing Classes:
AnvilChunk
,AnvilChunk13
,AnvilChunk16
,AnvilChunk18
,OldChunk
public interface Chunk
A 16 by 16 block chunk.
-
Method Summary
-
Method Details
-
getBlock
Get a block.- Parameters:
position
- the position of the block- Returns:
- block the block
- Throws:
DataException
- thrown on data error
-