Search in sources :

Example 1 with PlotClaimedNotifyEvent

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

the class EventDispatcher method callPlotClaimedNotify.

public PlotClaimedNotifyEvent callPlotClaimedNotify(Plot plot, boolean auto) {
    PlotClaimedNotifyEvent event = new PlotClaimedNotifyEvent(plot, auto);
    callEvent(event);
    return event;
}
Also used : PlotClaimedNotifyEvent(com.plotsquared.core.events.PlotClaimedNotifyEvent)

Aggregations

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