English Español

The Docs are under construction! You should read the official OverCast Documentation

Rixor Docs

Events


PlayerChatEvent

Cancellable: YES

Client getClient() - returns the Client that sent

String getMessage() - returns the message that was sent


BlockChangeEvent

Cancellable: YES

Event getCause() - returns the Bukkit event that caused this event to fire

Map getMap() - returns the map that the event occured in

Client getClient() - returns the Client that caused this event

BlockState getOldState() - returns the old state of the Block

BlockState getNewState() - returns the new state of the Block


PlayerDiedEvent

Cancellable: NO

Map getMap() - returns the map that the player died in

Player getKiller() - returns the killer

Player getKilled() - returns the person that was killed


MatchStateEvent

Cancellable: NO

Map getMap() - returns the map that started

Match getMatch() - returns the match that started


MatchCycleEvent

Cancellable: NO

Map getMapFrom() - returns the map that is being cycled away from

Map getMapTo() - returns the map thats cycling to