soc.game
Class SOCPlayer.SpecialVPInfo

java.lang.Object
  extended by soc.game.SOCPlayer.SpecialVPInfo
Enclosing class:
SOCPlayer

public static class SOCPlayer.SpecialVPInfo
extends java.lang.Object

Holds details of SOCPlayer.getSpecialVP(). Built via SOCPlayer.addSpecialVPInfo(int, String).

Since:
2.0.00
Author:
jeremy@nand.net

Field Summary
 java.lang.String desc
          Description of the player's action that led to the SVP.
 int svp
          Number of special victory points
 
Constructor Summary
SOCPlayer.SpecialVPInfo(int svp, java.lang.String desc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

svp

public final int svp
Number of special victory points


desc

public final java.lang.String desc
Description of the player's action that led to the SVP. At the server this is an I18N string key, at the client it's localized text sent from the server.

Constructor Detail

SOCPlayer.SpecialVPInfo

public SOCPlayer.SpecialVPInfo(int svp,
                               java.lang.String desc)