Пример #1
0
 private byte Block(int x, int y, int z)
 {
     return(world.Block(x + chunkX, y + chunkY, z + chunkZ));
 }