Uses of Class
de.marcely.bedwars.api.event.player.PlayerBuyInShopEvent.Problem
Packages that use PlayerBuyInShopEvent.Problem
- 
Uses of PlayerBuyInShopEvent.Problem in de.marcely.bedwars.api.event.playerMethods in de.marcely.bedwars.api.event.player that return PlayerBuyInShopEvent.ProblemModifier and TypeMethodDescriptionPlayerBuyInShopEvent.DefaultProblem.get()Returns thePlayerBuyUpgradeEvent.Probleminstanced backed by this typeMethods in de.marcely.bedwars.api.event.player that return types with arguments of type PlayerBuyInShopEvent.ProblemModifier and TypeMethodDescriptionPlayerBuyInShopEvent.getProblems()Returns the problems that are preventing the item from being boughtMethods in de.marcely.bedwars.api.event.player with parameters of type PlayerBuyInShopEvent.ProblemModifier and TypeMethodDescriptionbooleanPlayerBuyInShopEvent.addProblem(PlayerBuyInShopEvent.Problem problem) Add a problem that will prevent the item from being bought.booleanPlayerBuyInShopEvent.removeProblem(PlayerBuyInShopEvent.Problem problem) Removes a problem.Constructor parameters in de.marcely.bedwars.api.event.player with type arguments of type PlayerBuyInShopEvent.ProblemModifierConstructorDescriptionPlayerBuyInShopEvent(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)