Class BalanceTop.Entry

java.lang.Object
net.essentialsx.api.v2.services.BalanceTop.Entry
Enclosing interface:
BalanceTop

public static class BalanceTop.Entry extends Object
This class represents a user's name/balance in the balancetop cache.
  • Constructor Details

  • Method Details

    • getUuid

      public UUID getUuid()
      Gets the UUID of the user.
      Returns:
      The uuid of this user.
    • getDisplayName

      public String getDisplayName()
      Gets the display name of the user at the time of cache population.
      Returns:
      The display name of this user.
    • getBalance

      public BigDecimal getBalance()
      Gets the balance of the user at the time of cache population.
      Returns:
      The balance of this user.