IPerson, ITavernPersonTavernPirateStatepublic interface IPirate extends ITavernPerson
| Modifier and Type | Method | Description |
|---|---|---|
int |
getFollowers() |
Retrieve the number of followers of this pirate.
|
java.lang.String |
getName() |
Get the name of the pirate.
|
double |
getProfitShare() |
Get the offered share on the profit.
|
void |
setFollowers(int followers) |
Set the number of followers
|
void |
setName(java.lang.String name) |
Set the name of the pirate
|
void |
setProfitShare(double profitShare) |
Set the profite share
|
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCityint getFollowers()
double getProfitShare()
java.lang.String getName()
void setFollowers(int followers)
followers - number following the piratevoid setName(java.lang.String name)
name - of the piratevoid setProfitShare(double profitShare)
profitShare - share of the profit to be transferred to the player.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.