Class MatchupInstance
java.lang.Object
xericker.arenalegends.core.game.matchup.MatchupInstance
-
Constructor Summary
ConstructorsConstructorDescriptionMatchupInstance(Game game, ArenaInstance arenaInstance, GameTeam teamA, GameTeam teamB) -
Method Summary
Modifier and TypeMethodDescriptiongetEnemyTeam(GameTeam gameTeam) getGame()List<org.bukkit.entity.Player> getTeamA()getTeamB()getTeams()booleanbooleanisTeamDead(GameTeam gameTeam) booleanisValid()voidsetFinished(boolean finished) void
-
Constructor Details
-
MatchupInstance
-
-
Method Details
-
getGame
-
getArenaInstance
-
getLivePlayers
-
getTeamA
-
getTeamB
-
getTeams
-
getEnemyTeam
-
isTeamDead
-
isValid
public boolean isValid() -
getWinner
-
setWinner
-
isFinished
public boolean isFinished() -
setFinished
public void setFinished(boolean finished)
-