Class OnCoopJoinFailedEvent

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

public abstract class OnCoopJoinFailedEvent extends Event
Triggered when a player fails to join a cooperative game.
  • Constructor Details

    • OnCoopJoinFailedEvent

      public OnCoopJoinFailedEvent()
  • 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(Integer playerId)
      Called Event Handling Method
      Parameters:
      playerId - The identifier of the player who was denied access to join the cooperative game. It can be either 0, 1, 2, or 3.