Class PostPlotUnlinkEvent

java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.post.PostPlotUnlinkEvent

public class PostPlotUnlinkEvent extends PlotEvent
Called when several plots were unlinked.
Since:
6.2.0
  • Constructor Details

    • PostPlotUnlinkEvent

      public PostPlotUnlinkEvent(Plot plot, PlotUnlinkEvent.REASON reason)
      Instantiate a new PlotUnlinkedEvent.
      Parameters:
      plot - The unlinked plot.
      reason - The reason for the unlink.
  • Method Details