Interface ShopService
public interface ShopService
The server shop: fixed-price buy/sell against configured categories, plus quick-sell/worth.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic enum -
Method Summary
-
Method Details
-
categories
List<ShopCategory> categories() -
category
-
item
-
buy
-
sell
-
quickSell
Sells every sellable item in the player's hand/inventory at the shop's configured price. -
worth
double worth(org.bukkit.inventory.ItemStack stack) Read-only valuation, no transaction - what/worthreports. -
reload
CompletableFuture<Void> reload()
-