Package com.avrix.events
Class OnReceiveFactionInviteEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnReceiveFactionInviteEvent
Triggered when a player is invited to join a faction.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(String factionName, String playerName) Called Event Handling Method
-
Constructor Details
-
OnReceiveFactionInviteEvent
public OnReceiveFactionInviteEvent()
-
-
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 for which the player received an invitation.playerName
- The name of the player who's been invited to join the faction.
-