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.
Method Summary |
Block |
getCombuster()
The combuster can be lava or a block that is on fire. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityCombustByBlockEvent
public EntityCombustByBlockEvent(Block combuster,
Entity combustee,
int duration)
getCombuster
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.
Copyright © 2013. All Rights Reserved.