| Package | Description |
|---|---|
| com.threerings.parlor.tourney.data |
| Modifier and Type | Field and Description |
|---|---|
com.threerings.presents.dobj.DSet<Participant> |
TourneyObject.participants
A DSet that accumulates Participant records for the players involved in this tourney.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TourneyObject.addToParticipants(Participant elem)
Requests that the specified entry be added to the
participants set. |
int |
Participant.compareTo(Participant op) |
void |
TourneyObject.updateParticipants(Participant elem)
Requests that the specified entry be updated in the
participants set. |
| Modifier and Type | Method and Description |
|---|---|
void |
TourneyObject.setParticipants(com.threerings.presents.dobj.DSet<Participant> value)
Requests that the
participants field be set to the
specified value. |
Copyright © 2015. All rights reserved.