Package net.sf.colossus.game
Class MovementServerSide
java.lang.Object
net.sf.colossus.game.Movement
net.sf.colossus.game.MovementServerSide
Class MovementServerSide contains the server-side masterboard move logic
which has earlier been part of Game(ServerSide).
Some methods already pulled up to game.Movement.
There are still some methods that need pulling up, but they need more
refactoring before that can be done.
- Author:
- David Ripton
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.colossus.game.Movement
findBlock, findEntrySide, findNearbyUnoccupiedHexes, findNormalMoves, isValidEntrySide, isValidNormalMove, isValidTeleportMove, listAllMoves, listAllMoves, listNormalMoves, listNormalMoves, listPossibleEntrySides, listTeleportMoves, listTeleportMoves, titanTeleportAllowed, towerTeleportAllowed, towerToNonTowerTeleportAllowed, towerToTowerTeleportAllowed
-
Field Details
-
LOGGER
-
-
Constructor Details
-
MovementServerSide
-