Uses of Enum Class
com.plotsquared.core.plot.PlotWeather
Packages that use PlotWeather
Package
Description
-
Uses of PlotWeather in com.plotsquared.core.player
Methods in com.plotsquared.core.player with parameters of type PlotWeatherModifier and TypeMethodDescriptionvoidConsolePlayer.setWeather(@NonNull PlotWeather weather) abstract voidPlotPlayer.setWeather(@NonNull PlotWeather weather) Sets the local weather for this Player. -
Uses of PlotWeather in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotWeatherModifier and TypeMethodDescriptionstatic PlotWeatherReturns the enum constant of this class with the specified name.static PlotWeather[]PlotWeather.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PlotWeather in com.plotsquared.core.plot.flag.implementations
Methods in com.plotsquared.core.plot.flag.implementations with parameters of type PlotWeatherModifier and TypeMethodDescriptionprotected WeatherFlagWeatherFlag.flagOf(@NonNull PlotWeather value) WeatherFlag.merge(@NonNull PlotWeather newValue) Constructors in com.plotsquared.core.plot.flag.implementations with parameters of type PlotWeatherModifierConstructorDescriptionprotectedWeatherFlag(@NonNull PlotWeather value) Construct a new flag instance.