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 Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe combuster can be lava or a block that is on fire.static HandlerList
Methods inherited from class net.citizensnpcs.api.event.NPCCombustEvent
getHandle, isCancelled, setCancelled
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
NPCCombustByBlockEvent
-
-
Method Details
-
getCombuster
The 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:
getHandlers
in classNPCCombustEvent
-
getHandlerList
-