Interface Match
public interface Match
-
Method Details
-
getUniqueId
UUID getUniqueId() -
getId
String getId() -
getGame
Game getGame() -
getArena
Arena getArena() -
getFormat
MatchFormat getFormat() -
getState
MatchState getState() -
getSettings
MatchSettings getSettings() -
getPlayers
Collection<GamePlayer> getPlayers() -
getResult
MatchResult getResult() -
start
void start() -
stop
void stop()
-