|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOCCity | |
|---|---|
| soc.game | |
| soc.robot | |
| Uses of SOCCity in soc.game |
|---|
| Fields in soc.game with type parameters of type SOCCity | |
|---|---|
private java.util.Vector<SOCCity> |
SOCPlayer.cities
a list of this player's cities in play |
protected java.util.Vector<SOCCity> |
SOCBoard.cities
cities on the board; Vector of SOCPlayingPiece |
| Methods in soc.game that return types with arguments of type SOCCity | |
|---|---|
java.util.Vector<SOCCity> |
SOCPlayer.getCities()
|
java.util.Vector<SOCCity> |
SOCBoard.getCities()
get the list of cities |
| Uses of SOCCity in soc.robot |
|---|
| Methods in soc.robot with parameters of type SOCCity | |
|---|---|
void |
SOCPlayerTracker.addOurNewCity(SOCCity city)
add one of our cities, by removing it from the possible-cities list if it's there. |
void |
SOCPlayerTracker.cancelWrongCity(SOCCity city)
Remove our incorrect city placement, it's been rejected by the server. |
private void |
SOCRobotBrain.trackNewCity(SOCCity newCity,
boolean isCancel)
Run a newly placed city through the PlayerTrackers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||