Package com.plotsquared.core.events
Class PlotClaimedNotifyEvent
java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotClaimedNotifyEvent
To be used as a notification that a plot has been claimed. For cancelling events, see
PlayerClaimPlotEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotEvent
getEventName, getPlot
-
Constructor Details
-
PlotClaimedNotifyEvent
New event instance.- Parameters:
plot
- Plot that was claimedauto
- If the plot was claimed using /plot auto- Since:
- 6.1.0
-
-
Method Details
-
wasAuto
If the plot was claimed using /plot auto- Returns:
- if claimed with auto
- Since:
- 6.1.0
-