public class PartyVsPartyRequest extends java.lang.Object implements FightRequest
DUEL_REQUEST, PARTY_REQUESTS| Constructor and Description |
|---|
PartyVsPartyRequest(Party dueler,
Party dueled,
PartyVsParty fight) |
| Modifier and Type | Method and Description |
|---|---|
Party |
getDueled() |
Party |
getDueler() |
Fight |
getFight() |
boolean |
hasExpired() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDuelRequest, addPartyRequest, clearAll, getDuelRequestsForPlayer, getPartyRequestsForPlayerpublic PartyVsPartyRequest(Party dueler, Party dueled, PartyVsParty fight)
public boolean hasExpired()
hasExpired in interface FightRequestpublic Fight getFight()
getFight in interface FightRequestpublic Party getDueled()
public Party getDueler()