Uses of Interface
de.marcely.bedwars.api.game.shop.product.ShopProduct
Package
Description
-
Uses of ShopProduct in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionPlayerShopProductGivingDetermineEvent.getShopProduct()
Get the shop product that the player is trying to buy.ModifierConstructorDescriptionPlayerShopProductGivingDetermineEvent
(Player player, @Nullable Team team, @Nullable Arena arena, int multiplier, ShopProduct product, ItemStack[] givingItems, PlayerShopProductGivingDetermineEvent.ExecutableCommand[] executingCommands, @Nullable CustomDropTypeHandler callingDropTypeHandler) -
Uses of ShopProduct in de.marcely.bedwars.api.game.shop
Modifier and TypeMethodDescriptionList
<? extends ShopProduct> ShopItem.getProducts()
Returns the products that will be given to the buyer.Modifier and TypeMethodDescriptionboolean
ShopItem.removeProduct
(ShopProduct product) Removes a product instance from this item. -
Uses of ShopProduct in de.marcely.bedwars.api.game.shop.product
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface