Class EntityEvent

java.lang.Object
com.plotsquared.core.events.EntityEvent
Direct Known Subclasses:
RemoveRoadEntityEvent

public abstract class EntityEvent extends Object
Since:
6.11.1
  • Constructor Details

  • Method Details

    • getEntity

      public Entity getEntity()
      Obtain the entity involved in the event
      Returns:
      Entity
      Since:
      6.11.0
    • getEventName

      Obtain the event's class name
      Returns:
      the event class name
      Since:
      6.11.0