Пример #1
0
 public Chunk(World world, byte[] abyte0, int i, int j)
     : this(world, i, j)
 {
     blocks = abyte0;
     data = new NibbleArray(abyte0.Length);
     skylightMap = new NibbleArray(abyte0.Length);
     blocklightMap = new NibbleArray(abyte0.Length);
 }