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;
}
Aggregations