Package org.bukkit.event.entity
Class EntityCombustByBlockEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.entity.EntityEvent
org.bukkit.event.entity.EntityCombustEvent
org.bukkit.event.entity.EntityCombustByBlockEvent
- All Implemented Interfaces:
Cancellable
public class EntityCombustByBlockEvent extends EntityCombustEvent
Called when a block causes an entity to combust.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EntityCombustByBlockEvent(Block combuster, Entity combustee, int duration)
-
Method Summary
Modifier and Type Method Description Block
getCombuster()
The combuster can be lava or a block that is on fire.Methods inherited from class org.bukkit.event.entity.EntityCombustEvent
getDuration, getHandlerList, getHandlers, isCancelled, setCancelled, setDuration
-
Constructor Details
-
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.
-