| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.ship | |
| ch.sahits.game.openpatrician.model.ship.impl |
| Modifier and Type | Method | Description |
|---|---|---|
EShipUpgrade |
IShip.getShipUpgradeLevel() |
Retrieve the upgrade level of the ship.
|
EShipUpgrade |
EShipUpgrade.nextLevel() |
Retrieve the next level.
|
static EShipUpgrade |
EShipUpgrade.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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected EShipUpgrade |
Ship.shipUpgradeLevel |
State of the design standard level
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IWeaponSlot> |
ShipWeaponsLocationFactory.getShipWeaponsLocation(EShipType type,
EShipUpgrade level) |
| Constructor | Description |
|---|---|
Cog(EShipUpgrade upgradeLevel,
java.lang.String name) |
Constructor initializing the name and the upgrade level
|
Crayer(EShipUpgrade upgradeLevel,
java.lang.String name) |
Constructor initializing the name and the upgrade level
|
Holk(EShipUpgrade upgradeLevel,
java.lang.String name) |
Constructor initializing the name and the upgrade level
|
Snaikka(EShipUpgrade upgradeLevel,
java.lang.String name) |
Constructor initializing the name and the upgrade level
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.