PHP: $chunk = ....;//#Chunk instancefor($x = 0; $x < 16 $x++){ for($z = 0; $z < 16; $z++){ for($y = 0; $y < 256; $y++){ $fullBlockId = $chunk->getFullBlock($x, $y, $z); } }}[PHP]