Uses of Class
com.plotsquared.core.plot.Rating
Packages that use Rating
-
Uses of Rating in com.plotsquared.core.events
Methods in com.plotsquared.core.events that return RatingMethods in com.plotsquared.core.events with parameters of type RatingConstructors in com.plotsquared.core.events with parameters of type RatingModifierConstructorDescriptionPlotRateEvent
(PlotPlayer<?> rater, @Nullable Rating rating, Plot plot) PlotRateEvent: Called when a player rates a plot -
Uses of Rating in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return types with arguments of type RatingModifier and TypeMethodDescriptionPlot.getRatings()
Gets the ratings associated with a plot
- The rating object may contain multiple categoriesMethods in com.plotsquared.core.plot with parameters of type Rating -
Uses of Rating in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type RatingModifier and TypeMethodDescriptionEventDispatcher.callRating
(PlotPlayer<?> player, Plot plot, Rating rating)