Package com.avrix.events
Class OnAcceptedSafehouseInviteEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnAcceptedSafehouseInviteEvent
Triggered when a safehouse invite has been accepted.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(String safehouseName, String playerName) Called Event Handling Method
-
Constructor Details
-
OnAcceptedSafehouseInviteEvent
public OnAcceptedSafehouseInviteEvent()
-
-
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:
safehouseName
- The name of the safehouse the player accepted to join.playerName
- The name of the player who accepted the invitation.
-