Uses of Class
ch.sahits.game.openpatrician.model.weapon.EWeapon
-
-
Uses of EWeapon in ch.sahits.game.openpatrician.model.people
Methods in ch.sahits.game.openpatrician.model.people with parameters of type EWeapon Modifier and Type Method Description javafx.beans.property.ReadOnlyIntegerPropertyIWeaponsDealer. amountAvailableProperty(EWeapon weapon)Property representing the amount that can be bought from the dealer. -
Uses of EWeapon in ch.sahits.game.openpatrician.model.people.impl
Methods in ch.sahits.game.openpatrician.model.people.impl with parameters of type EWeapon Modifier and Type Method Description javafx.beans.property.ReadOnlyIntegerPropertyWeaponsDealerState. amountAvailableProperty(EWeapon weapon) -
Uses of EWeapon in ch.sahits.game.openpatrician.model.service
Methods in ch.sahits.game.openpatrician.model.service with parameters of type EWeapon Modifier and Type Method Description java.lang.StringModelTranslations. getLocalDisplayName(EWeapon weapon)Retrieve the localized display name forid. -
Uses of EWeapon in ch.sahits.game.openpatrician.model.weapon
Methods in ch.sahits.game.openpatrician.model.weapon that return EWeapon Modifier and Type Method Description static EWeaponEWeapon. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EWeapon[]EWeapon. values()Returns an array containing the constants of this enum type, in the order they are declared.
-