Class PlotDoneEvent

java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotDoneEvent
All Implemented Interfaces:
CancellablePlotEvent

public class PlotDoneEvent extends PlotEvent implements CancellablePlotEvent
Called when a plot is cleared
  • Constructor Details

    • PlotDoneEvent

      public PlotDoneEvent(Plot plot)
      PlotDoneEvent: Called when a plot is being set as done
      Parameters:
      plot - The plot being set as done
  • Method Details