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 interfaceIPartyEvent.PartyDisbandEventstatic interfaceIPartyEvent.PartyInviteEventstatic interfaceIPartyEvent.PartyKickEventstatic interfaceIPartyEvent.PartyLeaveEventstatic interfaceIPartyEvent.PartyQuestCompletedEventstatic interfaceIPartyEvent.PartyQuestSetEventstatic interfaceIPartyEvent.PartyQuestTurnedInEvent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPartygetParty()IQuestgetQuest()
-