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, wait
addDuelRequest, addPartyRequest, clearAll, getDuelRequestsForPlayer, getPartyRequestsForPlayer
public PartyVsPartyRequest(Party dueler, Party dueled, PartyVsParty fight)
public boolean hasExpired()
hasExpired
in interface FightRequest
public Fight getFight()
getFight
in interface FightRequest
public Party getDueled()
public Party getDueler()