Interface UniqueAccount
-
- All Superinterfaces:
Account,Contextual,Identifiable
public interface UniqueAccount extends Account, Identifiable
Represents anAccountidentified by aUUID.This is usually linked to a particular
.User'sGameProfile, throughIdentifiable.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
-
-