Uses of Enum Class
fr.hytale.loader.api.WeatherType
Packages that use WeatherType
-
Uses of WeatherType in fr.hytale.loader.api
Subclasses with type arguments of type WeatherType in fr.hytale.loader.apiModifier and TypeClassDescriptionenumRepresents the different weather types available in Hytale.Methods in fr.hytale.loader.api that return WeatherTypeModifier and TypeMethodDescriptionstatic WeatherTypeWeatherType.fromAssetName(String assetName) Gets a WeatherType from its asset name.World.getWeather()Gets the current forced weather type for this world.static WeatherTypeReturns the enum constant of this class with the specified name.static WeatherType[]WeatherType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.hytale.loader.api with parameters of type WeatherTypeModifier and TypeMethodDescriptionvoidWorld.setWeather(WeatherType weather) Sets the weather for this world.