- handleCardEvent(ICard, IPlayer) - Method in class se.chalmers.dat255.risk.model.EventHandler
-
Makes the exchange of three card, when you've chosen three correct cards.
- handleCardEvent(ICard) - Method in class se.chalmers.dat255.risk.model.Game
-
- handleCardEvent(ICard) - Method in interface se.chalmers.dat255.risk.model.IGame
-
Determines what should be done with the chosen card
- handlePhaseEvent(IPlayer, int, List<IPlayer>) - Method in class se.chalmers.dat255.risk.model.EventHandler
-
Tells PhaseHandler to changePhase if some conditions is met.
- handlePhaseEvent() - Method in class se.chalmers.dat255.risk.model.Game
-
- handlePhaseEvent() - Method in interface se.chalmers.dat255.risk.model.IGame
-
Determines if the game should change phase
- handleProvinceEvent(IProvince) - Method in class se.chalmers.dat255.risk.model.Game
-
- handleProvinceEvent(IProvince) - Method in interface se.chalmers.dat255.risk.model.IGame
-
Determines what should be done with the chosen province
- handleProvinceEvent(IProvince, int) - Method in class se.chalmers.dat255.risk.model.WorldHandler
-
Determines what should be done with the chosen province
- hashCode() - Method in class se.chalmers.dat255.risk.model.Card
-