Uses of Class
model.common.Citizen
Packages that use Citizen
-
Uses of Citizen in model.city
Methods in model.city that return types with arguments of type Citizen -
Uses of Citizen in model.zone
Fields in model.zone with type parameters of type CitizenMethods in model.zone that return types with arguments of type CitizenMethods in model.zone with parameters of type CitizenModifier and TypeMethodDescriptionvoid
Zone.addCitizen
(Citizen citizen, GameModel gm) Adds new citizen to the zone.void
Zone.removeCitizen
(Citizen citizen, GameModel gm) Removes new citizen to the zone.