Package net.citizensnpcs.api.event
Class NPCDeathEvent
java.lang.Object
org.bukkit.event.Event
net.citizensnpcs.api.event.CitizensEvent
net.citizensnpcs.api.event.NPCEvent
net.citizensnpcs.api.event.NPCDeathEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getDrops()
getEvent()
static HandlerList
void
setDroppedExp
(int exp) Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
NPCDeathEvent
-
-
Method Details
-
getDroppedExp
public int getDroppedExp() -
getDrops
-
getEvent
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
setDroppedExp
public void setDroppedExp(int exp) -
getHandlerList
-