Class PlotClaimedNotifyEvent

java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotClaimedNotifyEvent

public class PlotClaimedNotifyEvent extends PlotEvent
To be used as a notification that a plot has been claimed. For cancelling events, see PlayerClaimPlotEvent
  • Constructor Details

    • PlotClaimedNotifyEvent

      public PlotClaimedNotifyEvent(Plot plot, boolean auto)
      New event instance.
      Parameters:
      plot - Plot that was claimed
      auto - If the plot was claimed using /plot auto
      Since:
      6.1.0
  • Method Details

    • wasAuto

      public boolean wasAuto()
      If the plot was claimed using /plot auto
      Returns:
      if claimed with auto
      Since:
      6.1.0