| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.ship | |
| ch.sahits.game.openpatrician.model.ship.impl |
| Modifier and Type | Method and Description |
|---|---|
EShipUpgrade |
IShip.getShipUpgradeLevel()
Retrieve the upgrade level of the ship.
|
EShipUpgrade |
EShipUpgrade.nextLevel()
Retrieve the next level.
|
static EShipUpgrade |
EShipUpgrade.valueOf(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 | Method and Description |
|---|---|
ICog |
ShipFactory.createCog(String name,
EShipUpgrade upgradeLevel,
int value)
Create a cog with the given name.
|
ICrayer |
ShipFactory.createCrayer(String name,
EShipUpgrade upgradeLevel,
int value)
Create a crayer with the given name.
|
IHolk |
ShipFactory.createHolk(String name,
EShipUpgrade upgradeLevel,
int value)
Create a holk with the given name.
|
ISnaikka |
ShipFactory.createSnaikka(String name,
EShipUpgrade upgradeLevel,
int value)
Create a snaikka with the given name.
|
| Modifier and Type | Field and Description |
|---|---|
protected EShipUpgrade |
Ship.shipUpgradeLevel
State of the design standard level
|
| Modifier and Type | Method and Description |
|---|---|
IShipWeaponsLocation |
ShipWeaponsLocationFactory.getShipWeaponsLocation(EShipType type,
EShipUpgrade level) |
| Constructor and Description |
|---|
Cog(EShipUpgrade upgradeLevel,
String name,
Properties shipConfiguration)
Constructor initializing the name and the upgrade level
|
Crayer(EShipUpgrade upgradeLevel,
String name,
Properties shipConfiguration)
Constructor initializing the name and the upgrade level
|
Holk(EShipUpgrade upgradeLevel,
String name,
Properties shipConfiguration)
Constructor initializing the name and the upgrade level
|
Snaikka(EShipUpgrade upgradeLevel,
String name,
Properties shipConfiguration)
Constructor initializing the name and the upgrade level
|
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.