Interface UniqueAccount
- All Superinterfaces:
Account
,Contextual
,Identifiable
Represents an
Account
identified by a UUID
.
This is usually linked to a particular User
's GameProfile
,
through Identifiable.uniqueId()
.
-
Method Summary
Methods inherited from interface org.spongepowered.api.service.economy.account.Account
balance, balance, balance, balances, balances, balances, defaultBalance, deposit, deposit, deposit, displayName, hasBalance, hasBalance, hasBalance, resetBalance, resetBalance, resetBalance, resetBalances, resetBalances, resetBalances, setBalance, setBalance, setBalance, transfer, transfer, transfer, withdraw, withdraw, withdraw
Methods inherited from interface org.spongepowered.api.service.context.Contextual
contextCause, friendlyIdentifier, identifier
Methods inherited from interface org.spongepowered.api.util.Identifiable
uniqueId