public class ArenaParams<T> extends Object
| Constructor and Description |
|---|
ArenaParams(List<T> players) |
| Modifier and Type | Method and Description |
|---|---|
T |
getFirstPlayer() |
T |
getPlayer(int i) |
List<T> |
getPlayers() |
T |
getSecondPlayer() |
String |
toString() |
Copyright © 2014. All rights reserved.