Uses of Class
model.util.Date
Packages that use Date
Package
Description
-
Uses of Date in controller
Methods in controller with parameters of type Date -
Uses of Date in engine.engineMain
Methods in engine.engineMain with parameters of type Date -
Uses of Date in model
Modifier and TypeMethodDescriptionGameModel.getCurrentDate()
Gets the current date in sense of the world of city. -
Uses of Date in model.city
Methods in model.city with parameters of type DateModifier and TypeMethodDescriptiondouble
CityStatistics.getBudgetEffect
(Date now) double
CityStatistics.getCityRelatedSatisfaction
(Date now) void
CityRegistry.updateBalance
(double amount, Date now) Add given amount to budget -
Uses of Date in model.common
Methods in model.common with parameters of type DateModifier and TypeMethodDescriptionvoid
Budget.addBalance
(double amount, Date now) int
Budget.getNegativeYears
(Date now) Gets the number of years since the last day the budget is positive. -
Uses of Date in model.facility
Methods in model.facility with parameters of type DateModifier and TypeMethodDescriptionvoid
Increments forests age by one, if one year passed.Constructors in model.facility with parameters of type DateModifierConstructorDescriptionForest
(int oneTimeCost, int maintenanceFee, Coordinate coordinate, Dimension dimension, float influenceRadius, Date birthday) -
Uses of Date in model.util
Methods in model.util with parameters of type Date -
Uses of Date in model.zone
Fields in model.zone declared as DateMethods in model.zone that return DateConstructors in model.zone with parameters of type DateModifierConstructorDescriptionCommercialZone
(Level level, int dayToBuild, ZoneStatistics statistics, Date birthday, Coordinate coordinate, float effectRadius) IndustrialZone
(Level level, int dayToBuild, ZoneStatistics statistics, Date birthday, Coordinate coordinate, float effectRadius) ResidentialZone
(Level level, int dayToBuild, ZoneStatistics statistics, Date birthday, Coordinate coordinate, float effectRadius) Zone
(Level level, int dayToBuild, ZoneStatistics statistics, Date birthday, Coordinate coordinate, float effectRadius)