use of com.plotsquared.core.events.PlotClearEvent in project PlotSquared by IntellectualSites.
the class EventDispatcher method callClear.
public PlotClearEvent callClear(Plot plot) {
PlotClearEvent event = new PlotClearEvent(plot);
callEvent(event);
return event;
}
Aggregations