Interface IShipWeaponsLocation


  • public interface IShipWeaponsLocation
    Interface defining the layout of the weapons location as well as how they are occupied.
    Author:
    andi
    • 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.