Uses of Class
games.stendhal.server.entity.npc.shop.ShopInventory
Packages that use ShopInventory
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 ShopInventory in games.stendhal.server.core.config
Methods in games.stendhal.server.core.config that return types with arguments of type ShopInventoryModifier and TypeMethodDescriptionMap<ShopType,Map<String, ShopInventory<?, ?>>> ShopsXMLLoader.getInventories() -
Uses of ShopInventory in games.stendhal.server.entity.npc.shop
Subclasses of ShopInventory in games.stendhal.server.entity.npc.shopModifier and TypeClassDescriptionclassRepresents contents & prices of an item shop.classRepresents contents & prices of an outfit shop.