| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.ship | |
| ch.sahits.game.openpatrician.model.ship.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryLargeWeaponSlot
Weapon slot for a large weapon.
|
class |
SecondaryLargeWeaponSlot
Secondary large weapon slot.
|
class |
SmallWeaponSlot
Weapon slot for a small weapon.
|
| Modifier and Type | Method and Description |
|---|---|
List<IWeaponSlot> |
IShip.getWeaponSlots()
Retrieve the weaponslots and in the order from back to front.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IShip.setWeaponSlots(List<IWeaponSlot> shipWeaponsLocation)
Set the ships weapons location.
|
| Modifier and Type | Field and Description |
|---|---|
private List<IWeaponSlot> |
Ship.weaponSlots |
| Modifier and Type | Method and Description |
|---|---|
private IWeaponSlot |
ShipWeaponsLocationFactory.convert(ch.sahits.game.openpatrician.data.xmlmodel.BasicSlot slot) |
| Modifier and Type | Method and Description |
|---|---|
private List<IWeaponSlot> |
ShipWeaponsLocationFactory.convert(ch.sahits.game.openpatrician.data.xmlmodel.WeaponLocation weaponLocation) |
List<IWeaponSlot> |
ShipWeaponsLocationFactory.getShipWeaponsLocation(EShipType type,
EShipUpgrade level) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.