Package net.citizensnpcs.api.event
Class NPCCombustByBlockEvent
java.lang.Object
org.bukkit.event.Event
net.citizensnpcs.api.event.CitizensEvent
net.citizensnpcs.api.event.NPCEvent
net.citizensnpcs.api.event.NPCCombustEvent
net.citizensnpcs.api.event.NPCCombustByBlockEvent
- All Implemented Interfaces:
- Cancellable
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe combuster can be lava or a block that is on fire.static HandlerListMethods inherited from class net.citizensnpcs.api.event.NPCCombustEventgetHandle, isCancelled, setCancelledMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
NPCCombustByBlockEvent
 
- 
- 
Method Details- 
getCombusterThe combuster can be lava or a block that is on fire. WARNING: block may be null.- Returns:
- the Block that set the combustee alight.
 
- 
getHandlers- Overrides:
- getHandlersin class- NPCCombustEvent
 
- 
getHandlerList
 
-