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