Searched refs:MAX_PLAYERS (Results 1 – 2 of 2) sorted by relevance
50 } else if (N == mLand.MAX_PLAYERS) { in updateSplashPlayers()
81 public static final int MAX_PLAYERS = 6; field in MLand356 if (getNumPlayers() == MAX_PLAYERS) return; in addPlayer()