Uses of Interface
de.marcely.bedwars.api.game.shop.BuyGroup
Packages that use BuyGroup
Package
Description
The root package of the MBedwars API
Contains classes that are related to the
Arena
.Classes relevant to the in game shop.
-
Uses of BuyGroup in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api that return BuyGroupModifier and TypeMethodDescription@Nullable BuyGroup
GameAPI.getBuyGroup
(String name) Tries to locate and return aBuyGroup
by its nameMethods in de.marcely.bedwars.api that return types with arguments of type BuyGroup -
Uses of BuyGroup in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return types with arguments of type BuyGroupModifier and TypeMethodDescriptionQuitPlayerMemory.getBuyGroupLevels()
Returns a map containing all the corresponding buy-group levels of the player.Methods in de.marcely.bedwars.api.arena with parameters of type BuyGroupModifier 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
Methods in de.marcely.bedwars.api.game.shop that return BuyGroupModifier 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.Methods in de.marcely.bedwars.api.game.shop with parameters of type BuyGroupModifier and TypeMethodDescriptionvoid
ShopItem.setBuyGroup
(@Nullable BuyGroup buyGroup) Set the new buy-group of this item or remove it from an existing one.