Searched defs:newY (Results 1 – 1 of 1) sorted by relevance
384 int newY = 1 + RNG.nextInt(mYTileCount - 2); in addRandomApple() local543 public Coordinate(int newX, int newY) { in Coordinate()