public class SeaPirate extends Object implements ISeaPirate
| Modifier and Type | Field and Description |
|---|---|
private String |
lastName |
private javafx.geometry.Point2D |
location |
private String |
name |
private int |
numberOfKills |
private INavigableVessel |
ship |
private boolean |
wholeHanse |
| Constructor and Description |
|---|
SeaPirate() |
| Modifier and Type | Method and Description |
|---|---|
void |
incNumberOfKills() |
void |
moveTo(javafx.geometry.Point2D location) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, getName, getNumberOfKills, getShipgetLastNameprivate String name
private String lastName
private javafx.geometry.Point2D location
private INavigableVessel ship
private int numberOfKills
private boolean wholeHanse
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.