Interface IShipOwner
-
- All Known Subinterfaces:
IAIPlayer,IHumanPlayer,INonFreeSeaPirate,IPlayer,ISeaPirate
- All Known Implementing Classes:
AIPlayer,HumanPlayer,NonFreeSeaPirate,Player,SeaPirate
public interface IShipOwnerInterface specifing the ownership of a ship.- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Jun 06, 2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLastName()Get a players last namejava.lang.StringgetName()Retrieve the players name
-