Uses of Class
ch.sahits.game.openpatrician.model.product.EWare
-
Packages that use EWare Package Description ch.sahits.game.openpatrician.model.city.impl ch.sahits.game.openpatrician.model.product -
-
Uses of EWare in ch.sahits.game.openpatrician.model.city.impl
Methods in ch.sahits.game.openpatrician.model.city.impl with parameters of type EWare Modifier and Type Method Description doubleCityState. getConsumedAmount(EWare ware)Retrieve the amount that is consumed so far. -
Uses of EWare in ch.sahits.game.openpatrician.model.product
Methods in ch.sahits.game.openpatrician.model.product that return EWare Modifier and Type Method Description static EWareEWare. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EWare[]EWare. values()Returns an array containing the constants of this enum type, in the order they are declared.
-