Class PlotFlagAddEvent

All Implemented Interfaces:
CancellablePlotEvent

public class PlotFlagAddEvent extends PlotFlagEvent implements CancellablePlotEvent
Called when a Flag is added to a plot.
  • Constructor Details

    • PlotFlagAddEvent

      public PlotFlagAddEvent(PlotFlag<?,​?> flag, Plot plot)
      PlotFlagAddEvent: Called when a Flag is added to a plot.
      Parameters:
      flag - Flag that was added
      plot - Plot to which the flag was added
  • Method Details