Interface IShipWeaponsLocation
-
public interface IShipWeaponsLocationInterface defining the layout of the weapons location as well as how they are occupied.- Author:
- andi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfLargeSlots()Retrieve the number of slots for large weapons.intgetNumberOfSmallSlots()Retrieve the number of slots for small weapons.
-
-
-
Method Detail
-
getNumberOfSmallSlots
int getNumberOfSmallSlots()
Retrieve the number of slots for small weapons. One big slot may also be occupied by two small weapons. These are not counted here.- Returns:
- number of small weapon slots
-
getNumberOfLargeSlots
int getNumberOfLargeSlots()
Retrieve the number of slots for large weapons.- Returns:
- number of large weapon slots.
-
-