Class ActiveBoost
java.lang.Object
nl.minetopiasdb.api.boosters.objects.Boost
nl.minetopiasdb.api.boosters.objects.ActiveBoost
Active boost object
-
Constructor Summary
ConstructorDescriptionActiveBoost
(int rowId, BoostType type, int percentage, long expires, UUID activator) -
Method Summary
Modifier and TypeMethodDescriptionGet the UUID of the player that activated this boosterlong
Get the time since epoch when this luckyshard booster endsMethods inherited from class nl.minetopiasdb.api.boosters.objects.Boost
getPercentage, getRowId, getType
-
Constructor Details
-
ActiveBoost
-
-
Method Details
-
getExpiryTime
public long getExpiryTime()Get the time since epoch when this luckyshard booster ends- Returns:
- time since epoch when booster ends
-
getBoosterActivator
Get the UUID of the player that activated this booster- Returns:
- UUID of the booster
-