IPerson, ISideRoomPerson, ITavernPersonSmugglerStatepublic interface ISmuggler extends ISideRoomPerson
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAmount() |
Retrieve the amount of ware that is to be smuggled.
|
ICity |
getDestination() |
Destination city.
|
int |
getPremium() |
Retrieve hte premium for the smuggling.
|
void |
setAmount(int amount) |
Set the amount of goods.
|
void |
setDestination(ICity destination) |
Set the destination
|
void |
setPremium(int premium) |
Set the premium.
|
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCityint getAmount()
ICity getDestination()
int getPremium()
void setAmount(int amount)
amount - to be smuggled.void setPremium(int premium)
premium - for task completionvoid setDestination(ICity destination)
destination - where the goods are smuggled to.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.