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 TypeMethodDescriptionvoid
ConsolePlayer.setWeather
(@NonNull PlotWeather weather) abstract void
PlotPlayer.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 PlotWeather
Returns 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 WeatherFlag
WeatherFlag.flagOf
(@NonNull PlotWeather value) WeatherFlag.merge
(@NonNull PlotWeather newValue) Constructors in com.plotsquared.core.plot.flag.implementations with parameters of type PlotWeatherModifierConstructorDescriptionprotected
WeatherFlag
(@NonNull PlotWeather value) Construct a new flag instance.