Search in sources :

Example 1 with PostPlayerAutoPlotEvent

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

the class EventDispatcher method callPostAuto.

public PostPlayerAutoPlotEvent callPostAuto(PlotPlayer<?> player, Plot plot) {
    PostPlayerAutoPlotEvent event = new PostPlayerAutoPlotEvent(player, plot);
    callEvent(event);
    return event;
}
Also used : PostPlayerAutoPlotEvent(com.plotsquared.core.events.post.PostPlayerAutoPlotEvent)

Aggregations

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