Uses of Interface
ch.sahits.game.openpatrician.model.IAmountable
-
Packages that use IAmountable Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.product ch.sahits.game.openpatrician.model.weapon -
-
Uses of IAmountable in ch.sahits.game.openpatrician.model
Classes in ch.sahits.game.openpatrician.model with type parameters of type IAmountable Modifier and Type Class Description classBaseAmountable<T extends IAmountable>This base class for amountable items provides a count of the items. -
Uses of IAmountable in ch.sahits.game.openpatrician.model.product
Classes in ch.sahits.game.openpatrician.model.product with type parameters of type IAmountable Modifier and Type Class Description classAmountablePrice<T extends IAmountable>This class defines the amounted price of anIWareobject.Subinterfaces of IAmountable in ch.sahits.game.openpatrician.model.product Modifier and Type Interface Description interfaceIWareInterface defining a ware.Classes in ch.sahits.game.openpatrician.model.product that implement IAmountable Modifier and Type Class Description classEWareDefine the different type of wares that are produced and can be traded. -
Uses of IAmountable in ch.sahits.game.openpatrician.model.weapon
Subinterfaces of IAmountable in ch.sahits.game.openpatrician.model.weapon Modifier and Type Interface Description interfaceIWeaponThis interface defines a weapon.Classes in ch.sahits.game.openpatrician.model.weapon that implement IAmountable Modifier and Type Class Description classEWeaponEnumeration defining all weapons
-