Class FitnessBoost
java.lang.Object
nl.minetopiasdb.api.playerdata.fitness.boost.FitnessBoost
FitnessBoost object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Get the time where the booster will expire in milliseconds since unix epoch.int
Amount of added fitness (or removed if returned value is less than 0)getUUID()
UUID of player
-
Constructor Details
-
FitnessBoost
-
-
Method Details
-
getUUID
UUID of player- Returns:
- uuid of player
-
getFitness
public int getFitness()Amount of added fitness (or removed if returned value is less than 0)- Returns:
- the amount of added fitness
-
getExpiresOn
public long getExpiresOn()Get the time where the booster will expire in milliseconds since unix epoch.- Returns:
- time in milliseconds
-