Package com.avrix.events
Class OnScoreboardUpdateEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnScoreboardUpdateEvent
Triggered when multiplayer scoreboard is updated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract voidhandleEvent(ArrayList playerNames, ArrayList displayNames, ArrayList steamIds) Called Event Handling Method
-
Constructor Details
-
OnScoreboardUpdateEvent
public OnScoreboardUpdateEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventNamein classEvent- Returns:
- name of the event being implemented
-
handleEvent
Called Event Handling Method- Parameters:
playerNames- The list of player names which are being updated on the score board.displayNames- The list of display names for the players which are being updated on the score board.steamIds- The list of Steam identifiers of the players which are being updated on the score board.
-