public class ChunkPrimer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private char[] |
data |
private static IBlockState |
DEFAULT_STATE |
Constructor and Description |
---|
ChunkPrimer() |
Modifier and Type | Method and Description |
---|---|
int |
findGroundBlockIdx(int x,
int z) |
private static int |
getBlockIndex(int x,
int y,
int z) |
IBlockState |
getBlockState(int x,
int y,
int z) |
void |
setBlockState(int x,
int y,
int z,
IBlockState state) |
private static final IBlockState DEFAULT_STATE
private final char[] data
public IBlockState getBlockState(int x, int y, int z)
public void setBlockState(int x, int y, int z, IBlockState state)
private static int getBlockIndex(int x, int y, int z)
public int findGroundBlockIdx(int x, int z)