AutoReferee  2.5
 All Classes Functions Variables
org.mctourney.autoreferee.AutoRefMatch.MatchStatus Enum Reference

Represents the status of a match. More...

Public Member Functions

boolean inProgress ()
 Checks if match is in progress. More...
 
boolean isAfterMatch ()
 Checks if the match has completed. More...
 
boolean isBeforeMatch ()
 Checks if the match has not yet started. More...
 

Public Attributes

 COMPLETED
 Match completed.
 
 NONE
 No match for this world.
 
 PLAYING
 Match in progress.
 
 READY
 Players joined, waiting for match start.
 
 WAITING
 Waiting for players to join.
 

Detailed Description

Represents the status of a match.

Author
authorblues

Member Function Documentation

boolean org.mctourney.autoreferee.AutoRefMatch.MatchStatus.inProgress ( )

Checks if match is in progress.

Returns
true if match is in progress, otherwise false
boolean org.mctourney.autoreferee.AutoRefMatch.MatchStatus.isAfterMatch ( )

Checks if the match has completed.

Returns
true if match is completed, otherwise false
boolean org.mctourney.autoreferee.AutoRefMatch.MatchStatus.isBeforeMatch ( )

Checks if the match has not yet started.

Returns
true if match has not started, otherwise false

The documentation for this enum was generated from the following file: