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 Detail

      • getPrice

        int getPrice()
        Retrieve the price for a break in.
        Returns:
        price to hire the thieve.
      • setPrice

        void setPrice​(int price)
        Set the price to hire the thieve.
        Parameters:
        price - to hire the thieve.