|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeOfDay | |
|---|---|
| org.jangband.data | |
| Uses of TimeOfDay in org.jangband.data |
|---|
| Fields in org.jangband.data declared as TimeOfDay | |
|---|---|
private TimeOfDay |
Game.beginningTime
Beginning time of day. |
| Methods in org.jangband.data that return TimeOfDay | |
|---|---|
TimeOfDay |
Game.getBeginningTime()
|
static TimeOfDay |
TimeOfDay.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimeOfDay[] |
TimeOfDay.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.jangband.data with parameters of type TimeOfDay | |
|---|---|
void |
Game.setBeginningTime(TimeOfDay beginningTime)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||