Uses of Class
soc.game.SOCPlayerNumbers

Packages that use SOCPlayerNumbers
soc.game   
soc.robot   
 

Uses of SOCPlayerNumbers in soc.game
 

Fields in soc.game declared as SOCPlayerNumbers
private  SOCPlayerNumbers SOCPlayer.ourNumbers
          the numbers that our settlements are touching
 

Methods in soc.game that return SOCPlayerNumbers
 SOCPlayerNumbers SOCPlayerNumbers.copy()
          return a copy of this object
 SOCPlayerNumbers SOCPlayer.getNumbers()
           
 

Constructors in soc.game with parameters of type SOCPlayerNumbers
SOCPlayerNumbers(SOCPlayerNumbers numbers)
          make a copy of the player numbers
 

Uses of SOCPlayerNumbers in soc.robot
 

Methods in soc.robot with parameters of type SOCPlayerNumbers
 void SOCBuildingSpeedEstimate.recalculateEstimates(SOCPlayerNumbers numbers)
          recalculate both rollsPerResource and resourcesPerRoll
 void SOCBuildingSpeedEstimate.recalculateEstimates(SOCPlayerNumbers numbers, int robberHex)
          recalculate both rollsPerResource and resourcesPerRoll using the robber information
 void SOCBuildingSpeedEstimate.recalculateRollsPerResource(SOCPlayerNumbers numbers)
          calculate the estimates
 void SOCBuildingSpeedEstimate.recalculateRollsPerResource(SOCPlayerNumbers numbers, int robberHex)
          calculate the estimates assuming that the robber is working
 void SOCBuildingSpeedEstimate.recalculateResourcesForRoll(SOCPlayerNumbers numbers)
          calculate what resources this player will get on each die roll
 void SOCBuildingSpeedEstimate.recalculateResourcesForRoll(SOCPlayerNumbers numbers, int robberHex)
          calculate what resources this player will get on each die roll taking the robber into account
 

Constructors in soc.robot with parameters of type SOCPlayerNumbers
SOCBuildingSpeedEstimate(SOCPlayerNumbers numbers)
          this is a constructor