|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phase.SeasonType | |
dip.net.message | |
dip.world |
Uses of Phase.SeasonType in dip.net.message |
Methods in dip.net.message that return Phase.SeasonType | |
Phase.SeasonType[] |
PressConfiguration.getProhibitedSeasons()
Get which seasons (if any) during which Press is prohibited |
Methods in dip.net.message with parameters of type Phase.SeasonType | |
void |
PressConfiguration.setProhibitedSeasons(Phase.SeasonType[] types)
Set which seasons (if any) during which Press is prohibited |
Uses of Phase.SeasonType in dip.world |
Fields in dip.world declared as Phase.SeasonType | |
protected Phase.SeasonType |
Phase.seasonType
|
static Phase.SeasonType |
Phase.SeasonType.SPRING
Spring season |
static Phase.SeasonType |
Phase.SeasonType.FALL
Fall season |
static Phase.SeasonType[] |
Phase.SeasonType.ALL
SeasonType array Warning: this should not be mutated. |
Methods in dip.world that return Phase.SeasonType | |
Phase.SeasonType |
Phase.getSeasonType()
Returns the SeasonType |
Phase.SeasonType |
Phase.SeasonType.getNext()
Get the next season |
Phase.SeasonType |
Phase.SeasonType.getPrevious()
Get the previous season |
static Phase.SeasonType |
Phase.SeasonType.parse(java.lang.String in)
Parse input to determine season; return null if input cannot be parsed into a known SeasonType constant. |
Methods in dip.world with parameters of type Phase.SeasonType | |
static boolean |
Phase.isValid(Phase.SeasonType st,
Phase.PhaseType pt)
Determines if this phase is valid. |
Constructors in dip.world with parameters of type Phase.SeasonType | |
Phase(Phase.SeasonType seasonType,
int year,
Phase.PhaseType phaseType)
Create a new Phase. |
|
Phase(Phase.SeasonType seasonType,
Phase.YearType yearType,
Phase.PhaseType phaseType)
Create a new Phase. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |