Gets the players who participated in match (regardless of outcome). Use this in UI and after match calculations
()
| 430 | * <i>Use this in UI and after match calculations</i> |
| 431 | */ |
| 432 | public final PlayerCollection getRegisteredPlayers() { |
| 433 | return allPlayers; |
| 434 | } |
| 435 | |
| 436 | public final Untap getUntap() { |
| 437 | return untap; |
no outgoing calls