public class ChunkPrimer
extends java.lang.Object
Constructor and Description |
---|
ChunkPrimer() |
Modifier and Type | Method and Description |
---|---|
int |
findGroundBlockIdx(int x,
int z)
Counting down from the highest block in the sky, find the first non-air block for the given location
(actually, looks like mostly checks x, z+1? And actually checks only the very top sky block of actual x, 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)