Uses of Interface
de.marcely.bedwars.api.game.shop.BuyGroup
Package
Description
-
Uses of BuyGroup in de.marcely.bedwars.api
Modifier and TypeMethodDescription@Nullable BuyGroup
GameAPI.getBuyGroup
(String name) Tries to locate and return aBuyGroup
by its name -
Uses of BuyGroup in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescriptionQuitPlayerMemory.getBuyGroupLevels()
Returns a map containing all the corresponding buy-group levels of the player.Modifier and TypeMethodDescriptionint
Arena.getBuyGroupLevel
(Player player, BuyGroup group) Returns the current buy-group level of the player.void
Arena.setBuyGroupLevel
(Player player, BuyGroup group, int level) Modify the buy-group level of the player. -
Uses of BuyGroup in de.marcely.bedwars.api.game.shop
Modifier and TypeMethodDescriptionBuyGroup.clone()
Returns a clone of this instance.@Nullable BuyGroup
ShopItem.getBuyGroup()
Returns the buy-group of the item.BuyGroup.getOriginal()
Returns the original "non-cloned" instance.Modifier and TypeMethodDescriptionvoid
ShopItem.setBuyGroup
(@Nullable BuyGroup buyGroup) Set the new buy-group of this item or remove it from an existing one.