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