Package com.avrix.events
Class OnReceiveSafehouseInviteEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnReceiveSafehouseInviteEvent
Triggered when a player is invited to a safehouse.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(zombie.iso.areas.SafeHouse safeHouse, String playerName) Called Event Handling Method
-
Constructor Details
-
OnReceiveSafehouseInviteEvent
public OnReceiveSafehouseInviteEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- Returns:
- name of the event being implemented
-
handleEvent
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.
-