Class PlayerClaimPlotEvent

All Implemented Interfaces:
CancellablePlotEvent

public class PlayerClaimPlotEvent extends PlotPlayerEvent implements CancellablePlotEvent
  • Constructor Details

    • PlayerClaimPlotEvent

      public PlayerClaimPlotEvent(PlotPlayer<?> player, Plot plot, @Nullable String schematic)
      PlayerClaimPlotEvent: Called when a plot is claimed.
      Parameters:
      player - Player that claimed the plot
      plot - Plot that was claimed
      schematic - The schematic defined or null
  • Method Details