com.threerings.parlor.tourney.data
Class Prize
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.parlor.tourney.data.Prize
- All Implemented Interfaces:
- com.threerings.io.Streamable
public abstract class Prize
- extends com.threerings.io.SimpleStreamableObject
Extensible class that specifies the prize for a tourney.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
|
Constructor Summary |
Prize()
|
| Methods inherited from class com.threerings.io.SimpleStreamableObject |
toString |
Prize
public Prize()
getDescription
public abstract String getDescription()
- Returns a description of the prize.
Copyright © 2011. All Rights Reserved.