|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--zork2Class.Score
classe : Score.java
the player's score class
| Constructor Summary | |
Score()
constructor of Score Object |
|
Score(long value)
constructor of Score Object |
|
| Method Summary | |
void |
addPoint(long add)
constructor of Score Object |
long |
getValue()
Returns the value. |
void |
setValue(long value)
Sets the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Score()
public Score(long value)
| Method Detail |
public void addPoint(long add)
public long getValue()
public void setValue(long value)
value - The value to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||