Uses of Class
ch.sahits.game.openpatrician.model.city.EPopulationClass
-
Packages that use EPopulationClass Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl -
-
Uses of EPopulationClass in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return EPopulationClass Modifier and Type Method Description static EPopulationClassEPopulationClass. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EPopulationClass[]EPopulationClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.model.city with parameters of type EPopulationClass Modifier and Type Method Description doublePopulationConsume. getNeed(IWare ware, EPopulationClass popClass, int popSize)Retrieve the amount needed of a ware by a population class of the sizeintICity. getPopulation(EPopulationClass popclass)Retrieve the current population of the city by classjavafx.beans.property.IntegerPropertyICity. getPopulationProperty(EPopulationClass popclass)Retrieve the population count for a classvoidICity. setPopulation(int population, EPopulationClass popClass)Set the population by class -
Uses of EPopulationClass in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl with parameters of type EPopulationClass Modifier and Type Method Description intCity. getPopulation(EPopulationClass popclass)Retrieve the population count for a classjavafx.beans.property.IntegerPropertyCity. getPopulationProperty(EPopulationClass popclass)voidCity. setPopulation(int population, EPopulationClass popClass)Set the population count for a apopulation class
-