|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOCVillage | |
---|---|
soc.client | |
soc.game |
Uses of SOCVillage in soc.client |
---|
Methods in soc.client with parameters of type SOCVillage | |
---|---|
private void |
SOCBoardPanel.drawVillage(java.awt.Graphics g,
SOCVillage v)
Draw a cloth trade village (used in some scenarios in the large sea board). |
Uses of SOCVillage in soc.game |
---|
Fields in soc.game declared as SOCVillage | |
---|---|
private SOCVillage |
SOCPlayer.isTradeRouteFarEndClosed_foundVillage
Set by SOCPlayer.isTradeRouteFarEndClosed(SOCShip, int, HashSet, List)
if it finds a village at any far end. |
Fields in soc.game with type parameters of type SOCVillage | |
---|---|
protected java.util.HashMap<java.lang.Integer,SOCVillage> |
SOCBoardLarge.villages
For some scenarios, villages on the board. |
Methods in soc.game that return SOCVillage | |
---|---|
SOCVillage |
SOCBoardLarge.getVillageAtNode(int nodeCoord)
If there's a village placed at this node during board setup, find it. |
Methods in soc.game that return types with arguments of type SOCVillage | |
---|---|
java.util.HashMap<java.lang.Integer,SOCVillage> |
SOCBoardLarge.getVillages()
Get the SOCVillage s on the board, for scenario game option SOCGameOption.K_SC_CLVI . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |