Class NPCSpeechEvent
java.lang.Object
org.bukkit.event.Event
net.citizensnpcs.api.event.CitizensEvent
net.citizensnpcs.api.event.NPCEvent
net.citizensnpcs.api.ai.speech.event.NPCSpeechEvent
- All Implemented Interfaces:
- Cancellable
Represents an event where an NPC speaks using /npc speak.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HandlerListbooleanvoidsetCancelled(boolean cancelled) Methods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
NPCSpeechEvent
 
- 
- 
Method Details- 
getContext
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
isCancelledpublic boolean isCancelled()- Specified by:
- isCancelledin interface- Cancellable
 
- 
setCancelledpublic void setCancelled(boolean cancelled) - Specified by:
- setCancelledin interface- Cancellable
 
- 
getHandlerList
 
-