Class ClimateManager.DayInfo

java.lang.Object
zombie.iso.weather.ClimateManager.DayInfo
Enclosing class:
ClimateManager

public static class ClimateManager.DayInfo extends Object
DAY INFO
  • Field Details

    • day

      public int day
    • month

      public int month
    • year

      public int year
    • hour

      public int hour
    • minutes

      public int minutes
    • dateValue

      public long dateValue
    • calendar

      public GregorianCalendar calendar
    • season

      public ErosionSeason season
  • Constructor Details

    • DayInfo

      public DayInfo()
  • Method Details

    • set

      public void set(int day, int month, int year)
    • getDay

      public int getDay()
    • getMonth

      public int getMonth()
    • getYear

      public int getYear()
    • getHour

      public int getHour()
    • getMinutes

      public int getMinutes()
    • getDateValue

      public long getDateValue()
    • getSeason

      public ErosionSeason getSeason()