Class OnReceiveSafehouseInviteEvent

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

public abstract class OnReceiveSafehouseInviteEvent extends Event
Triggered when a player is invited to a safehouse.
  • Constructor Details

    • OnReceiveSafehouseInviteEvent

      public OnReceiveSafehouseInviteEvent()
  • 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(zombie.iso.areas.SafeHouse safeHouse, String playerName)
      Called Event Handling Method
      Parameters:
      safeHouse - The safehouse for which the player received an invitation.
      playerName - The name of the player who's been invited to join the safehouse.