Uses of Class
soc.game.SOCFortress

Packages that use SOCFortress
soc.client   
soc.game   
 

Uses of SOCFortress in soc.client
 

Methods in soc.client with parameters of type SOCFortress
private  void SOCBoardPanel.drawFortress(java.awt.Graphics g, SOCFortress fo, int pn, boolean isHilight)
          Draw a pirate fortress, for scenario SC_PIRI.
 void SOCBoardPanel.BoardPopupMenu.showAtPirateFortress(int x, int y, SOCFortress ft)
          Custom show method for hovering at a pirate fortress (SOCFortress), giving the options to attack if it's our player's; for scenario option _SC_PIRI.
 

Uses of SOCFortress in soc.game
 

Fields in soc.game declared as SOCFortress
private  SOCFortress SOCPlayer.fortress
          For scenario option _SC_PIRI, the "pirate fortress" that this player must defeat to win.
 

Methods in soc.game that return SOCFortress
 SOCFortress SOCPlayer.getFortress()
          For scenario option _SC_PIRI, the "pirate fortress" that this player must defeat to win.
 SOCFortress SOCGame.getFortress(int node)
          For scenario option _SC_PIRI, get the Pirate Fortress at this node location, if any.