Class ShipWeaponsLocationFactory
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.ship.impl.ShipWeaponsLocationFactory
-
@Component @Lazy @DependentInitialisation(StartNewGameBean.class) public class ShipWeaponsLocationFactory extends java.lang.Object
Ship weapons location factory. Weapons locations are a list of weapon slots. They are either intended for 'small' or 'big' weapons. A big weapons take up a primary and a secondary slot, while small weapons can be placed in either.- Author:
- Andi Hotz, (c) Sahits GmbH, 2013 Created on Jun 1, 2013
-
-
Constructor Summary
Constructors Constructor Description ShipWeaponsLocationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IWeaponSlot>getShipWeaponsLocation(EShipType type, EShipUpgrade level)
-
-
-
Method Detail
-
getShipWeaponsLocation
public java.util.List<IWeaponSlot> getShipWeaponsLocation(EShipType type, EShipUpgrade level)
-
-