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.accountsMethods in dev.satyrn.xpeconomy.economy that return PlayerAccountModifier and TypeMethodDescription@NotNull PlayerAccountPlayerAccount.setBalance(@NotNull BigDecimal value) Sets the balance on the account.@NotNull PlayerAccountPlayerAccount.setBalance(@NotNull BigDecimal value, boolean updateXPValue) Sets the balance on the account and optionally updates the player's XP value.@NotNull PlayerAccountPlayerAccount.setBalanceRaw(@NotNull BigInteger value, boolean updateXPValue) Sets the raw balance value.