Package com.plotsquared.core.events.post
Class PostPlayerAutoPlotEvent
java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotPlayerEvent
com.plotsquared.core.events.post.PostPlayerAutoPlotEvent
Called after a plot was chosen for a player by
Called after
/plot auto
Called after
PlayerAutoPlotEvent
and only, if no listener cancelled the action.- Since:
- 6.2.0
-
Constructor Summary
ConstructorDescriptionPostPlayerAutoPlotEvent
(PlotPlayer<?> plotPlayer, Plot plot) Instantiate a new PlayerAutoPlotPostEvent. -
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotPlayerEvent
getPlotPlayer
Methods inherited from class com.plotsquared.core.events.PlotEvent
getEventName, getPlot
-
Constructor Details
-
PostPlayerAutoPlotEvent
Instantiate a new PlayerAutoPlotPostEvent.- Parameters:
plotPlayer
- The player who claims a new plot by/plot auto
.plot
- The plot that is assigned to the player.
-