public interface Chunk
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
getBlock(Vector pos)
Get a block;
|
int |
getBlockData(Vector pos)
Get the block data of a block.
|
int |
getBlockID(Vector pos)
Get the block ID of a block.
|
int getBlockID(Vector pos) throws DataException
pos - DataExceptionint getBlockData(Vector pos) throws DataException
pos - DataExceptionBaseBlock getBlock(Vector pos) throws DataException
pos - DataExceptionCopyright © 2010-2014. All Rights Reserved.