Uses of Interface
nl.minetopiasdb.api.playerdata.fitness.objects.Fitness
Packages that use Fitness
Package
Description
Package that contains the fitness objects
Package that contains the playerdata objects
-
Uses of Fitness in nl.minetopiasdb.api.playerdata.fitness.objects
Classes in nl.minetopiasdb.api.playerdata.fitness.objects that implement FitnessModifier and TypeClassDescriptionclassFitness object for offline playersclassFitness object for online players -
Uses of Fitness in nl.minetopiasdb.api.playerdata.objects
Methods in nl.minetopiasdb.api.playerdata.objects that return FitnessModifier and TypeMethodDescriptionSDBPlayer.getFitness()Get the fitness object of this SDBPlayer.Methods in nl.minetopiasdb.api.playerdata.objects with parameters of type FitnessModifier and TypeMethodDescriptionvoidOfflineSDBPlayer.setFitness(Fitness fitness) Change the fitness object of this SDBPlayer.voidOnlineSDBPlayer.setFitness(Fitness fitness) Change the fitness object of this SDBPlayer.voidSDBPlayer.setFitness(Fitness fitness) Change the fitness object of this SDBPlayer.