AutoReferee  2.5
 All Classes Functions Variables
org.mctourney.autoreferee.event.player.PlayerMatchJoinEvent Class Reference

Called when a player joins a match. More...

+ Inheritance diagram for org.mctourney.autoreferee.event.player.PlayerMatchJoinEvent:

Public Member Functions

AutoRefMatch getMatch ()
 Gets the match for this event. More...
 
boolean isCancelled ()
 Checks the cancelled state of the event. More...
 
void setCancelled (boolean cancel)
 Sets the cancelled state of the event. More...
 

Detailed Description

Called when a player joins a match.

Author
authorblues

Member Function Documentation

AutoRefMatch org.mctourney.autoreferee.event.player.PlayerMatchEvent.getMatch ( )
inherited

Gets the match for this event.

Returns
match
boolean org.mctourney.autoreferee.event.player.PlayerMatchJoinEvent.isCancelled ( )

Checks the cancelled state of the event.

Returns
true if the event has been cancelled, false otherwise
void org.mctourney.autoreferee.event.player.PlayerMatchJoinEvent.setCancelled ( boolean  cancel)

Sets the cancelled state of the event.

Parameters
canceltrue to cancel the event, false to uncancel the event

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