Uses of Interface
ch.sahits.game.openpatrician.model.ship.IWeaponSlot
-
Packages that use IWeaponSlot Package Description ch.sahits.game.openpatrician.model.ship ch.sahits.game.openpatrician.model.ship.impl -
-
Uses of IWeaponSlot in ch.sahits.game.openpatrician.model.ship
Classes in ch.sahits.game.openpatrician.model.ship that implement IWeaponSlot Modifier and Type Class Description classPrimaryLargeWeaponSlotWeapon slot for a large weapon.classSecondaryLargeWeaponSlotSecondary large weapon slot.classSmallWeaponSlotWeapon slot for a small weapon.Methods in ch.sahits.game.openpatrician.model.ship that return types with arguments of type IWeaponSlot Modifier and Type Method Description java.util.List<IWeaponSlot>IShip. getWeaponSlots()Retrieve the weaponslots and in the order from back to front.Method parameters in ch.sahits.game.openpatrician.model.ship with type arguments of type IWeaponSlot Modifier and Type Method Description voidIShip. setWeaponSlots(java.util.List<IWeaponSlot> shipWeaponsLocation)Set the ships weapons location. -
Uses of IWeaponSlot in ch.sahits.game.openpatrician.model.ship.impl
Methods in ch.sahits.game.openpatrician.model.ship.impl that return types with arguments of type IWeaponSlot Modifier and Type Method Description java.util.List<IWeaponSlot>ShipWeaponsLocationFactory. getShipWeaponsLocation(EShipType type, EShipUpgrade level)
-