Interface ISeaPirate

    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of the pirate.
        Specified by:
        getName in interface IShipOwner
        Returns:
        name of the pirate
      • getShip

        INavigableVessel getShip()
        Retrieve the priate's vehicle.
        Returns:
        vessel of the pirate
      • getNumberOfKills

        int getNumberOfKills()
        Retrieve the number of successful raids.
        Returns:
        number of kills of the pirate