|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EShipSide | |
|---|---|
| ch.sahits.game.openpatrician.model.ship | |
| ch.sahits.game.openpatrician.model.ship.impl | |
| Uses of EShipSide in ch.sahits.game.openpatrician.model.ship |
|---|
| Methods in ch.sahits.game.openpatrician.model.ship that return EShipSide | |
|---|---|
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. |
| Uses of EShipSide in ch.sahits.game.openpatrician.model.ship.impl |
|---|
| Fields in ch.sahits.game.openpatrician.model.ship.impl declared as EShipSide | |
|---|---|
private EShipSide |
WeaponsLocation.side
Side of the ship either port or starboard |
| Methods in ch.sahits.game.openpatrician.model.ship.impl that return EShipSide | |
|---|---|
private EShipSide |
Ship.getNextFreeSide(IWeapon weapon)
Retrieve the side of the next free slot where the weapon can be placed. |
EShipSide |
WeaponsLocation.getSide()
|
| Methods in ch.sahits.game.openpatrician.model.ship.impl with parameters of type EShipSide | |
|---|---|
private int |
Ship.getNextFreeSlot(IWeapon weapon,
EShipSide side)
Retrieve the next free slot for the weapon on the side. |
| Constructors in ch.sahits.game.openpatrician.model.ship.impl with parameters of type EShipSide | |
|---|---|
WeaponsLocation(EShipSide side,
EWeapon weapon,
int slot)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||