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
Called when an entity causes another entity to combust.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.entity.EntityEvententity
- 
Constructor SummaryConstructorsConstructorDescriptionEntityCombustByEntityEvent(@NotNull Entity combuster, @NotNull Entity combustee, int duration) 
- 
Method SummaryModifier and TypeMethodDescriptionGet the entity that caused the combustion event.Methods inherited from class org.bukkit.event.entity.EntityCombustEventgetDuration, getHandlerList, getHandlers, isCancelled, setCancelled, setDurationMethods inherited from class org.bukkit.event.entity.EntityEventgetEntity, getEntityTypeMethods inherited from class org.bukkit.event.EventcallEvent, getEventName, isAsynchronous
- 
Constructor Details- 
EntityCombustByEntityEvent
 
- 
- 
Method Details- 
getCombusterGet the entity that caused the combustion event.- Returns:
- the Entity that set the combustee alight.
 
 
-