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