public class ChunkPrimer
extends java.lang.Object
Constructor and Description |
---|
ChunkPrimer() |
Modifier and Type | Method and Description |
---|---|
IBlockState |
getBlockState(int index) |
IBlockState |
getBlockState(int x,
int y,
int z) |
void |
setBlockState(int index,
IBlockState state) |
void |
setBlockState(int x,
int y,
int z,
IBlockState state) |
public IBlockState getBlockState(int x, int y, int z)
public IBlockState getBlockState(int index)
public void setBlockState(int x, int y, int z, IBlockState state)
public void setBlockState(int index, IBlockState state)