public class RoundEndEvent
extends Event
Constructor and Description |
---|
RoundEndEvent(BestOfFight fight,
boolean endingNow,
java.util.Collection<Player> winners,
java.util.Collection<Player> losers) |
Modifier and Type | Method and Description |
---|---|
BestOfFight |
getFight() |
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
java.util.Collection<Player> |
getLosers()
Get the players who lost the round.
|
java.util.Collection<Player> |
getWinners()
Get the players who won the round.
|
boolean |
isEndingNow() |
public RoundEndEvent(BestOfFight fight, boolean endingNow, java.util.Collection<Player> winners, java.util.Collection<Player> losers)
public boolean isEndingNow()
public BestOfFight getFight()
public java.util.Collection<Player> getLosers()
public java.util.Collection<Player> getWinners()
public HandlerList getHandlers()
public static HandlerList getHandlerList()