Interface IThieve
-
- All Superinterfaces:
IPerson,ISideRoomPerson,ITavernPerson
- All Known Implementing Classes:
ThieveState
public interface IThieve extends ISideRoomPerson
A thieve is a person sitting in the tavern waiting for an order to break in on one of your concurrent's, who have a trading office in the city.- Author:
- Andi Hotz, (c) Sahits GmbH, 2013 Created on Jan 21, 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPrice()Retrieve the price for a break in.voidsetPrice(int price)Set the price to hire the thieve.-
Methods inherited from interface ch.sahits.game.openpatrician.model.people.ITavernPerson
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCity
-
-