Uses of Enum Class
net.risingworld.api.definitions.Seasons.Season
Packages that use Seasons.Season
-
Uses of Seasons.Season in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Seasons.SeasonModifier and TypeFieldDescriptionPlants.PlantDefinition.growingseasons
Seasons during which the plant can grow.WeatherDefs.Weather.seasons
Season when this weather effect may occur.Npcs.NpcDefinition.spawnseasons
Seasons during which this npc may spawn naturally.Methods in net.risingworld.api.definitions that return Seasons.SeasonModifier and TypeMethodDescriptionstatic Seasons.Season
Seasons.Season.get
(int value) static Seasons.Season
Returns the enum constant of this class with the specified name.static Seasons.Season[]
Seasons.Season.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Seasons.Season in net.risingworld.api.events.world
Methods in net.risingworld.api.events.world that return Seasons.Season