Class FitnessBoost
java.lang.Object
nl.minetopiasdb.api.playerdata.fitness.boost.FitnessBoost
FitnessBoost object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet the time where the booster will expire in milliseconds since unix epoch.intAmount of added fitness (or removed if returned value is less than 0)getUUID()UUID of player
-
Constructor Details
-
FitnessBoost
-
-
Method Details
-
getUUID
-
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
-