Search in sources :

Example 1 with PlotDeleteEvent

use of com.plotsquared.core.events.PlotDeleteEvent in project PlotSquared by IntellectualSites.

the class EventDispatcher method callDelete.

public PlotDeleteEvent callDelete(Plot plot) {
    PlotDeleteEvent event = new PlotDeleteEvent(plot);
    callEvent(event);
    return event;
}
Also used : PlotDeleteEvent(com.plotsquared.core.events.PlotDeleteEvent) PostPlotDeleteEvent(com.plotsquared.core.events.post.PostPlotDeleteEvent)

Aggregations

PlotDeleteEvent (com.plotsquared.core.events.PlotDeleteEvent)1 PostPlotDeleteEvent (com.plotsquared.core.events.post.PostPlotDeleteEvent)1