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
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
-
Field Summary
-
Fields inherited from class org.bukkit.event.entity.EntityEvent
entity
-
-
Constructor Summary
Constructors Constructor Description EntityCombustByBlockEvent(Block combuster, Entity combustee, int duration)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
Methods inherited from class org.bukkit.event.entity.EntityEvent
getEntity, getEntityType
-
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
-
-
-
Method Detail
-
getCombuster
@Nullable public Block 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.
-
-