Uses of Interface
dev.satyrn.xpeconomy.api.economy.Account
Packages that use Account
Package
Description
-
Uses of Account in dev.satyrn.xpeconomy.api.economy
Methods in dev.satyrn.xpeconomy.api.economy that return AccountModifier and TypeMethodDescription@NotNull Account
AccountManager.createAccount
(@NotNull org.bukkit.OfflinePlayer player) Creates an account for a player.@Nullable Account
AccountManager.getAccount
(@NotNull UUID uuid) Gets an account with a specific player UUID.@NotNull Account
Account.setBalance
(@NotNull BigDecimal value) Sets the balance on the account.@NotNull Account
Account.setBalance
(@NotNull BigDecimal value, boolean updateXPValue) Sets the balance on the account and optionally updates the player's XP value.@NotNull Account
Account.setBalanceRaw
(@NotNull BigInteger value, boolean updateXPValue) Sets the raw balance value.@NotNull Account
Sets the account owner's name.@NotNull Account
Sets the account owner's player UUID. -
Uses of Account in dev.satyrn.xpeconomy.economy
Classes in dev.satyrn.xpeconomy.economy that implement AccountMethods in dev.satyrn.xpeconomy.economy that return AccountModifier and TypeMethodDescription@NotNull Account
PlayerAccountManagerBase.createAccount
(@Nullable org.bukkit.OfflinePlayer player) Creates an account for a player.@Nullable Account
PlayerAccountManagerBase.getAccount
(@NotNull UUID uuid) Gets an account with a specific player UUID.@NotNull Account
Sets the account owner's name.@NotNull Account
Sets the account owner's player UUID. -
Uses of Account in dev.satyrn.xpeconomy.tasks
Constructors in dev.satyrn.xpeconomy.tasks with parameters of type AccountModifierConstructorDescriptionPlayerBalanceSynchronizationTask
(org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Player player, Account account) PlayerExperienceSynchronizationTask
(org.bukkit.plugin.Plugin plugin, UUID playerID, Account account) Creates a new player experience synchronization task.