Interface IgniteEntityEvent
- All Superinterfaces:
- Cancellable,- Event
An event that occurs when an entity becomes ignited.
- 
Method SummaryModifier and TypeMethodDescriptionentity()Gets theEntity.Gets the amount of ticks the entity will remain on fire.Gets the original amount of fire ticks the entity will remain on fire.voidsetFireTicks(Ticks fireTicks) Sets the amount of ticks the entity will remain on fire.Methods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelled
- 
Method Details- 
entityEntity entity()Gets theEntity.- Returns:
- The entity
 
- 
originalFireTicksTicks originalFireTicks()Gets the original amount of fire ticks the entity will remain on fire.- Returns:
- The original fire ticks
 
- 
fireTicksTicks fireTicks()Gets the amount of ticks the entity will remain on fire.- Returns:
- The amount of ticks the entity will remain on fire
 
- 
setFireTicksSets the amount of ticks the entity will remain on fire.- Parameters:
- fireTicks- The amount of ticks the entity will remain on fire
 
 
-