Package org.bukkit.event.entity
Class EntityCombustByEntityEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.entity.EntityEvent
org.bukkit.event.entity.EntityCombustEvent
org.bukkit.event.entity.EntityCombustByEntityEvent
- All Implemented Interfaces:
- Cancellable
public class EntityCombustByEntityEvent extends EntityCombustEvent
Called when an entity causes another entity to combust.
- 
Nested Class Summary
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description EntityCombustByEntityEvent(Entity combuster, Entity combustee, int duration)
- 
Method SummaryModifier and Type Method Description EntitygetCombuster()Get the entity that caused the combustion event.Methods inherited from class org.bukkit.event.entity.EntityCombustEventgetDuration, getHandlerList, getHandlers, isCancelled, setCancelled, setDuration
- 
Constructor Details
- 
Method Details- 
getCombusterGet the entity that caused the combustion event.- Returns:
- the Entity that set the combustee alight.
 
 
-