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.growingseasonsSeasons during which the plant can grow.WeatherDefs.Weather.seasonsSeason when this weather effect may occur.Npcs.NpcDefinition.spawnseasonsSeasons during which this npc may spawn naturally.Methods in net.risingworld.api.definitions that return Seasons.SeasonModifier and TypeMethodDescriptionstatic Seasons.SeasonSeasons.Season.get(int value) static Seasons.SeasonReturns 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