8889909192939495969798
int platZ = chunk.chunkZ - originZ; PlatLot platlot = platLots[platX][platZ]; if (platlot != null) { // do what we came here for platlot.generateBlocks(generator, this, chunk, context, platX, platZ); } } public int getNumberOfRoads() {