Uses of Enum Class
nl.minetopiasdb.api.boosters.BoostType
Packages that use BoostType
Package
Description
Package that contains the booster management classes
Package that contains the booster objects
-
Uses of BoostType in nl.minetopiasdb.api.boosters
Subclasses with type arguments of type BoostType in nl.minetopiasdb.api.boostersMethods in nl.minetopiasdb.api.boosters that return BoostTypeModifier and TypeMethodDescriptionstatic BoostTypeReturns the enum constant of this class with the specified name.static BoostType[]BoostType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.minetopiasdb.api.boosters with parameters of type BoostTypeModifier and TypeMethodDescriptionvoidAdd a boost to provided playervoidAdd multiple boosts to provided playervoidBoosterManager.clearBoosts(UUID uuid, BoostType type) Remove all boosts that a player hasBoosterManager.getActiveBoosts(BoostType type) Get a list of currently active boosters of a specific typeGet the boost bar for the specified boosttypeBoosterManager.getBoosters(UUID uuid, BoostType type) Get a list of all boosts a player hasBoosterManager.getLastActivatedBoost(BoostType type) Get the last activated boosterintBoosterManager.getTotalBoost(BoostType type) Get the total percentage of active boostsbooleanBoosterManager.removeBoost(UUID uuid, BoostType type, int percentage) Remove a booster with provided UUID and percentageBoosterManager.startBoost(UUID uuid, BoostType type, int percentage) Start a booster -
Uses of BoostType in nl.minetopiasdb.api.boosters.objects
Methods in nl.minetopiasdb.api.boosters.objects that return BoostTypeConstructors in nl.minetopiasdb.api.boosters.objects with parameters of type BoostType