Uses of Class
de.marcely.bedwars.api.event.player.PlayerBuyInShopEvent.Problem
-
Uses of PlayerBuyInShopEvent.Problem in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionPlayerBuyInShopEvent.DefaultProblem.get()
Returns thePlayerBuyUpgradeEvent.Problem
instanced backed by this typeModifier and TypeMethodDescriptionPlayerBuyInShopEvent.getProblems()
Returns the problems that are preventing the item from being boughtModifier and TypeMethodDescriptionboolean
PlayerBuyInShopEvent.addProblem
(PlayerBuyInShopEvent.Problem problem) Add a problem that will prevent the item from being bought.boolean
PlayerBuyInShopEvent.removeProblem
(PlayerBuyInShopEvent.Problem problem) Removes a problem.ModifierConstructorDescriptionPlayerBuyInShopEvent
(Player player, Arena arena, ShopItem item, @Nullable ShopItem clonedItem, ShopOpenCause openCause, boolean shiftClick, @Nullable Integer targetInvSlot, int multiplier, List<PlayerBuyInShopEvent.Problem> problems, boolean giveProducts, boolean takePayments)