Package net.citizensnpcs.api.event
Class NPCMoveEvent
java.lang.Object
org.bukkit.event.Event
net.citizensnpcs.api.event.NPCMoveEvent
- All Implemented Interfaces:
Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
static HandlerList
@NotNull HandlerList
getNPC()
getTo()
boolean
void
setCancelled
(boolean b) void
void
toString()
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
NPCMoveEvent
-
-
Method Details
-
getNPC
-
getFrom
-
getTo
-
setFrom
-
setTo
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
-
setCancelled
public void setCancelled(boolean b) - Specified by:
setCancelled
in interfaceCancellable
-
toString
-