| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.ship | |
| ch.sahits.game.openpatrician.model.ship.impl |
| Modifier and Type | Method and Description |
|---|---|
static EShipSide |
EShipSide.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EShipSide[] |
EShipSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private EShipSide |
WeaponsLocation.side
Side of the ship either port or starboard
|
| Modifier and Type | Method and Description |
|---|---|
private EShipSide |
Ship.getNextFreeSide(IWeapon weapon)
Retrieve the side of the next free slot where the weapon can be placed.
|
| Modifier and Type | Method and Description |
|---|---|
private int |
Ship.getNextFreeSlot(IWeapon weapon,
EShipSide side)
Retrieve the next free slot for the weapon on the side.
|
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.