Uses of Class
ch.sahits.game.openpatrician.model.ship.EShipUpgrade
-
Packages that use EShipUpgrade Package Description ch.sahits.game.openpatrician.model.ship ch.sahits.game.openpatrician.model.ship.impl -
-
Uses of EShipUpgrade in ch.sahits.game.openpatrician.model.ship
Methods in ch.sahits.game.openpatrician.model.ship that return EShipUpgrade Modifier and Type Method Description EShipUpgradeIShip. getShipUpgradeLevel()Retrieve the upgrade level of the ship.EShipUpgradeEShipUpgrade. nextLevel()Retrieve the next level.static EShipUpgradeEShipUpgrade. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EShipUpgrade[]EShipUpgrade. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EShipUpgrade in ch.sahits.game.openpatrician.model.ship.impl
Fields in ch.sahits.game.openpatrician.model.ship.impl declared as EShipUpgrade Modifier and Type Field Description protected EShipUpgradeShip. shipUpgradeLevelState of the design standard levelMethods in ch.sahits.game.openpatrician.model.ship.impl with parameters of type EShipUpgrade Modifier and Type Method Description java.util.List<IWeaponSlot>ShipWeaponsLocationFactory. getShipWeaponsLocation(EShipType type, EShipUpgrade level)Constructors in ch.sahits.game.openpatrician.model.ship.impl with parameters of type EShipUpgrade Constructor Description Cog(EShipUpgrade upgradeLevel, java.lang.String name)Constructor initializing the name and the upgrade levelCrayer(EShipUpgrade upgradeLevel, java.lang.String name)Constructor initializing the name and the upgrade levelHolk(EShipUpgrade upgradeLevel, java.lang.String name)Constructor initializing the name and the upgrade levelSnaikka(EShipUpgrade upgradeLevel, java.lang.String name)Constructor initializing the name and the upgrade level
-