public interface ISeaPirate
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Point2D |
getLocation()
Current location of the pirate
|
String |
getName()
Get the name of the pirate.
|
int |
getNumberOfKills()
Retrieve the number of successful raids.
|
IShip |
getShip()
Retrieve the priate's vehicle.
|
String getName()
javafx.geometry.Point2D getLocation()
IShip getShip()
int getNumberOfKills()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.