Search in sources :

Example 1 with PlotClearEvent

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;
}
Also used : PlotClearEvent(com.plotsquared.core.events.PlotClearEvent)

Aggregations

PlotClearEvent (com.plotsquared.core.events.PlotClearEvent)1