1415161718192021222324
cubes.add(null); } public static void addCube(int x, int y, int z, String filepath) { cubes.add(new Cube(filepath)); int id = cubes.size() -1; if(Raster.setCubeId(x, y, z, id)) { }