Uses of Interface
de.marcely.bedwars.api.game.shop.product.ShopProduct
Packages that use ShopProduct
Package
Description
Events related to
Player
actions, or changes to player properties.Classes relevant to the in game shop.
Classes relevant to each
ShopProduct
in the in game shop.-
Uses of ShopProduct in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return ShopProductModifier and TypeMethodDescriptionPlayerShopProductGivingDetermineEvent.getShopProduct()
Get the shop product that the player is trying to buy.Constructors in de.marcely.bedwars.api.event.player with parameters of type ShopProductModifierConstructorDescriptionPlayerShopProductGivingDetermineEvent
(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
Methods in de.marcely.bedwars.api.game.shop that return types with arguments of type ShopProductModifier and TypeMethodDescriptionList
<? extends ShopProduct> ShopItem.getProducts()
Returns the products that will be given to the buyer.Methods in de.marcely.bedwars.api.game.shop with parameters of type ShopProductModifier and TypeMethodDescriptionboolean
ShopItem.removeProduct
(ShopProduct product) Removes a product instance from this item. -
Uses of ShopProduct in de.marcely.bedwars.api.game.shop.product
Subinterfaces of ShopProduct in de.marcely.bedwars.api.game.shop.productModifier and TypeInterfaceDescriptioninterface
interface
interface
interface