Uses of Class
net.citizensnpcs.trait.ShopTrait.NPCShopItem
Packages that use ShopTrait.NPCShopItem
-
Uses of ShopTrait.NPCShopItem in net.citizensnpcs.trait
Methods in net.citizensnpcs.trait that return ShopTrait.NPCShopItemModifier and TypeMethodDescriptionShopTrait.NPCShopItem.clone()
ShopTrait.NPCShopPage.getItem
(int idx) ShopTrait.NPCShopPurchaseEvent.getItem()
Methods in net.citizensnpcs.trait with parameters of type ShopTrait.NPCShopItemModifier and TypeMethodDescriptionvoid
ShopTrait.NPCShopPage.setItem
(int idx, ShopTrait.NPCShopItem modified) Constructors in net.citizensnpcs.trait with parameters of type ShopTrait.NPCShopItemModifierConstructorDescriptionNPCShopItemEditor
(ShopTrait.NPCShopItem item, Consumer<ShopTrait.NPCShopItem> consumer) NPCShopPurchaseEvent
(Player player, ShopTrait.NPCShop shop, ShopTrait.NPCShopItem item) Constructor parameters in net.citizensnpcs.trait with type arguments of type ShopTrait.NPCShopItemModifierConstructorDescriptionNPCShopItemEditor
(ShopTrait.NPCShopItem item, Consumer<ShopTrait.NPCShopItem> consumer)