Uses of Class
games.stendhal.server.entity.npc.shop.ItemShopInventory
Packages that use ItemShopInventory
Package
Description
(C) Copyright 2023 - Stendhal *
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version.
-
Uses of ItemShopInventory in games.stendhal.server.entity.npc.shop
Methods in games.stendhal.server.entity.npc.shop that return ItemShopInventoryModifier and TypeMethodDescriptionGets the items offered by a shop with their prices.Methods in games.stendhal.server.entity.npc.shop that return types with arguments of type ItemShopInventoryModifier and TypeMethodDescriptionShopsList.getContents(ShopType stype) Get list of shop contents.Methods in games.stendhal.server.entity.npc.shop with parameters of type ItemShopInventoryModifier and TypeMethodDescriptionvoidShopsList.add(String name, ShopType stype, ItemShopInventory inventory) Add an items to a shop.