Package net.citizensnpcs.api.event
Class NPCCombustByEntityEvent
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.NPCCombustByEntityEvent
- 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 a WeatherStorm a Blaze, or an Entity holding a FIRE_ASPECT enchanted item.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
-
NPCCombustByEntityEvent
-
-
Method Details
-
getCombuster
The combuster can be a WeatherStorm a Blaze, or an Entity holding a FIRE_ASPECT enchanted item.- Returns:
- the Entity that set the combustee alight.
-
getHandlers
- Overrides:
getHandlers
in classNPCCombustEvent
-
getHandlerList
-