- All Known Implementing Classes:
ShopService
public interface IShopService
The shop interface for buying goods at the shop.
-
Method Summary
-
Method Details
-
getName
Get the shop name.
- Returns:
- The name.
-
buyItem
Buy an item.
- Parameters:
item
- The item.
-
getCatalog
jadex.future.IFuture<ItemInfo[]> getCatalog()
Get the item catalog.
- Returns:
- The catalog.