Uses of Enum Class
net.lewmc.essence.environment.UtilEnvironment.Weather
Packages that use UtilEnvironment.Weather
-
Uses of UtilEnvironment.Weather in net.lewmc.essence.environment
Methods in net.lewmc.essence.environment that return UtilEnvironment.WeatherModifier and TypeMethodDescriptionUtilEnvironment.getPlayerWeather(org.bukkit.entity.Player p) Gets the weather of the requested player.UtilEnvironment.getWeather(org.bukkit.World w) Gets the weather of the requested world.static UtilEnvironment.WeatherReturns the enum constant of this class with the specified name.static UtilEnvironment.Weather[]UtilEnvironment.Weather.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.lewmc.essence.environment with parameters of type UtilEnvironment.WeatherModifier and TypeMethodDescriptionbooleanUtilEnvironment.setPlayerWeather(org.bukkit.entity.Player p, UtilEnvironment.Weather we) Sets the weather in the requested worldbooleanUtilEnvironment.setWeather(org.bukkit.World wo, UtilEnvironment.Weather we) Sets the weather in the requested world