Package noppes.npcs.api.event
Interface IPartyEvent
-
- All Known Subinterfaces:
IPartyEvent.PartyDisbandEvent
,IPartyEvent.PartyInviteEvent
,IPartyEvent.PartyKickEvent
,IPartyEvent.PartyLeaveEvent
,IPartyEvent.PartyQuestCompletedEvent
,IPartyEvent.PartyQuestSetEvent
,IPartyEvent.PartyQuestTurnedInEvent
public interface IPartyEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IPartyEvent.PartyDisbandEvent
static interface
IPartyEvent.PartyInviteEvent
static interface
IPartyEvent.PartyKickEvent
static interface
IPartyEvent.PartyLeaveEvent
static interface
IPartyEvent.PartyQuestCompletedEvent
static interface
IPartyEvent.PartyQuestSetEvent
static interface
IPartyEvent.PartyQuestTurnedInEvent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IParty
getParty()
IQuest
getQuest()
-