Class OnScoreboardUpdateEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnScoreboardUpdateEvent

public abstract class OnScoreboardUpdateEvent extends Event
Triggered when multiplayer scoreboard is updated.
  • Constructor Details

    • OnScoreboardUpdateEvent

      public OnScoreboardUpdateEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(ArrayList playerNames, ArrayList displayNames, ArrayList steamIds)
      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.