Class PlotRateEvent

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

public class PlotRateEvent extends PlotEvent implements CancellablePlotEvent
  • Constructor Details

    • PlotRateEvent

      public PlotRateEvent(PlotPlayer<?> rater, @Nullable Rating rating, Plot plot)
      PlotRateEvent: Called when a player rates a plot
      Parameters:
      rater - The player rating the plot
      rating - The rating being given
      plot - The plot being rated
  • Method Details