Package net.essentialsx.api.v2.services
Class BalanceTop.Entry
java.lang.Object
net.essentialsx.api.v2.services.BalanceTop.Entry
- Enclosing interface:
BalanceTop
This class represents a user's name/balance in the balancetop cache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the balance of the user at the time of cache population.Gets the display name of the user at the time of cache population.getUuid()
Gets the UUID of the user.
-
Constructor Details
-
Entry
-
-
Method Details
-
getUuid
Gets the UUID of the user.- Returns:
- The uuid of this user.
-
getDisplayName
Gets the display name of the user at the time of cache population.- Returns:
- The display name of this user.
-
getBalance
Gets the balance of the user at the time of cache population.- Returns:
- The balance of this user.
-