Search in sources :

Example 1 with PostPlotDeleteEvent

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

the class EventDispatcher method callPostDelete.

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

Aggregations

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