Class AIPlayerList
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.AIPlayerList
-
-
Constructor Summary
Constructors Constructor Description AIPlayerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(IAIPlayer player)java.util.List<IAIPlayer>findAIPlayersCurrentlyInCity(ICity city)java.util.List<IAIPlayer>getAll()java.util.Iterator<IAIPlayer>iterator()
-