Package noppes.npcs.api.event
Interface IPartyEvent.PartyKickEvent
-
- All Superinterfaces:
IPartyEvent
- Enclosing interface:
- IPartyEvent
public static interface IPartyEvent.PartyKickEvent extends IPartyEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.IPartyEvent
IPartyEvent.PartyDisbandEvent, IPartyEvent.PartyInviteEvent, IPartyEvent.PartyKickEvent, IPartyEvent.PartyLeaveEvent, IPartyEvent.PartyQuestCompletedEvent, IPartyEvent.PartyQuestSetEvent, IPartyEvent.PartyQuestTurnedInEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPlayer
getPlayer()
java.lang.String
getPlayerName()
-
Methods inherited from interface noppes.npcs.api.event.IPartyEvent
getParty, getQuest
-
-
-
-
Method Detail
-
getPlayer
IPlayer getPlayer()
-
getPlayerName
java.lang.String getPlayerName()
-
-