|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.io.SimpleStreamableObject
com.threerings.parlor.tourney.data.TourneyConfig
public class TourneyConfig
Stores tournament configuration data.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary | |
|---|---|
Name |
creator
The tourney creator. |
EntryFee |
entryFee
The fee to join the tourney. |
TourneyLogicData |
logic
The tournament logic runtime persistent data. |
int |
minPlayers
The minimum number of players needed for the tourney to start. |
Prize |
prize
The prize for this tourney. |
int |
startsIn
The number of minutes to wait for entrants before starting. |
int |
tourneyId
Our unique tourney id. |
| Constructor Summary | |
|---|---|
TourneyConfig()
|
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.io.SimpleStreamableObject |
|---|
toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int tourneyId
public Prize prize
public EntryFee entryFee
public Name creator
public int minPlayers
public int startsIn
public TourneyLogicData logic
| Constructor Detail |
|---|
public TourneyConfig()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||