Uses of Class
soc.message.SOCBoardSpecialEdge

Packages that use SOCBoardSpecialEdge
soc.client   
soc.message   
 

Uses of SOCBoardSpecialEdge in soc.client
 

Methods in soc.client with parameters of type SOCBoardSpecialEdge
static boolean SOCDisplaylessPlayerClient.handleBOARDSPECIALEDGE(java.util.Map<java.lang.String,SOCGame> games, SOCBoardSpecialEdge mes)
          Handle the "board special edge" message: Set or clear a special edge on the board.
private  void SOCPlayerClient.MessageTreater.handleBOARDSPECIALEDGE(SOCBoardSpecialEdge mes)
          Set or clear a special edge on the board.
 

Uses of SOCBoardSpecialEdge in soc.message
 

Methods in soc.message that return SOCBoardSpecialEdge
static SOCBoardSpecialEdge SOCBoardSpecialEdge.parseDataStr(java.lang.String s)
          Parse the command String into a SOCBoardSpecialEdge message.