Uses of Enum
de.marcely.bedwars.api.game.upgrade.TeamEnchantment.Target
Packages that use TeamEnchantment.Target
Package
Description
Classes relevant to the in game team upgrade shop.
-
Uses of TeamEnchantment.Target in de.marcely.bedwars.api.game.upgrade
Methods in de.marcely.bedwars.api.game.upgrade that return TeamEnchantment.TargetModifier and TypeMethodDescriptionstatic @Nullable TeamEnchantment.TargetTeamEnchantment.Target.byMaterial(Material mat) Deprecated.Will be removed in the future.static @Nullable TeamEnchantment.TargetTeamEnchantment.getTarget()Get the broad item target this enchantment should target.static TeamEnchantment.TargetReturns the enum constant of this type with the specified name.static TeamEnchantment.Target[]TeamEnchantment.Target.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.marcely.bedwars.api.game.upgrade with parameters of type TeamEnchantment.TargetModifierConstructorDescriptionTeamEnchantment(TeamEnchantment.Target target, Enchantment ench, int lvl)