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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetDrops()getEvent()static HandlerListvoidsetDroppedExp(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:
 getHandlersin classEvent
 - 
setDroppedExp
public void setDroppedExp(int exp)  - 
getHandlerList
 
 -