Uses of Enum
de.marcely.bedwars.api.event.player.PlayerBuyInShopEvent.DefaultProblem
-
Uses of PlayerBuyInShopEvent.DefaultProblem in de.marcely.bedwars.api.event.player
Modifier 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.Modifier and TypeMethodDescriptionboolean
PlayerBuyInShopEvent.addProblem
(PlayerBuyInShopEvent.DefaultProblem problem) Add a problem that will prevent the item from being bought.boolean
PlayerBuyInShopEvent.removeProblem
(PlayerBuyInShopEvent.DefaultProblem problem) Removes a problem.