Uses of Class
dev.satyrn.xpeconomy.economy.PlayerAccount
Packages that use PlayerAccount
-
Uses of PlayerAccount in dev.satyrn.xpeconomy.economy
Fields in dev.satyrn.xpeconomy.economy with type parameters of type PlayerAccountModifier and TypeFieldDescriptionprotected final List<PlayerAccount>
PlayerAccountManagerBase.accounts
Methods in dev.satyrn.xpeconomy.economy that return PlayerAccountModifier and TypeMethodDescription@NotNull PlayerAccount
PlayerAccount.setBalance
(@NotNull BigDecimal value) Sets the balance on the account.@NotNull PlayerAccount
PlayerAccount.setBalance
(@NotNull BigDecimal value, boolean updateXPValue) Sets the balance on the account and optionally updates the player's XP value.@NotNull PlayerAccount
PlayerAccount.setBalanceRaw
(@NotNull BigInteger value, boolean updateXPValue) Sets the raw balance value.