Uses of Enum
de.marcely.bedwars.api.event.player.PlayerBuyInShopEvent.DefaultProblem
Packages that use PlayerBuyInShopEvent.DefaultProblem
-
Uses of PlayerBuyInShopEvent.DefaultProblem in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return PlayerBuyInShopEvent.DefaultProblemModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PlayerBuyInShopEvent.DefaultProblem[]PlayerBuyInShopEvent.DefaultProblem.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.marcely.bedwars.api.event.player with parameters of type PlayerBuyInShopEvent.DefaultProblemModifier and TypeMethodDescriptionbooleanPlayerBuyInShopEvent.addProblem(PlayerBuyInShopEvent.DefaultProblem problem) Add a problem that will prevent the item from being bought.booleanPlayerBuyInShopEvent.removeProblem(PlayerBuyInShopEvent.DefaultProblem problem) Removes a problem.