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
Subclasses with type arguments of type PlayerBuyInShopEvent.DefaultProblem in de.marcely.bedwars.api.event.playerModifier and TypeClassDescriptionstatic enumDefault problems used and provided by the pluginMethods 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.