Class EntityCombustByEntityEvent

java.lang.Object
All Implemented Interfaces:
Cancellable

public class EntityCombustByEntityEvent
extends EntityCombustEvent
Called when an entity causes another entity to combust.
  • Constructor Details

  • Method Details

    • getCombuster

      public Entity getCombuster()
      Get the entity that caused the combustion event.
      Returns:
      the Entity that set the combustee alight.