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