Esempio n. 1
0
 public IBlock GetBlockUnchecked(int x, int y, int z)
 {
     return(_parent.GetBlockUnchecked(ChunkOffset.x + x, ChunkOffset.y + y, ChunkOffset.z + z));
 }