Package net.citizensnpcs.api.event
Class NPCRightClickEvent
java.lang.Object
org.bukkit.event.Event
net.citizensnpcs.api.event.CitizensEvent
net.citizensnpcs.api.event.NPCEvent
net.citizensnpcs.api.event.NPCClickEvent
net.citizensnpcs.api.event.NPCRightClickEvent
- All Implemented Interfaces:
- Cancellable
Called when an NPC is right-clicked by a player.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HandlerListbooleanvoidsetDelayedCancellation(boolean toCancel) Methods inherited from class net.citizensnpcs.api.event.NPCClickEventgetClicker, isCancelled, setCancelledMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
NPCRightClickEvent
 
- 
- 
Method Details- 
getHandlers- Overrides:
- getHandlersin class- NPCClickEvent
 
- 
isDelayedCancellationpublic boolean isDelayedCancellation()
- 
setDelayedCancellationpublic void setDelayedCancellation(boolean toCancel) 
- 
getHandlerList
 
-