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