Gets the y position of the first non-air block from top.
the y position of the block or -1
if(chunk.firstBlock(12, 9) == -1) { d("The column is air-only"); }
See Implementation
Gets the y position of the first non-air block from top.