Search in sources :

Example 1 with PostPlotUnlinkEvent

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

the class EventDispatcher method callPostUnlink.

public PostPlotUnlinkEvent callPostUnlink(Plot plot, PlotUnlinkEvent.REASON reason) {
    PostPlotUnlinkEvent event = new PostPlotUnlinkEvent(plot, reason);
    callEvent(event);
    return event;
}
Also used : PostPlotUnlinkEvent(com.plotsquared.core.events.post.PostPlotUnlinkEvent)

Aggregations

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