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 AccountAccountManager.createAccount(@NotNull org.bukkit.OfflinePlayer player) Creates an account for a player.@Nullable AccountAccountManager.getAccount(@NotNull UUID uuid) Gets an account with a specific player UUID.@NotNull AccountAccount.setBalance(@NotNull BigDecimal value) Sets the balance on the account.@NotNull AccountAccount.setBalance(@NotNull BigDecimal value, boolean updateXPValue) Sets the balance on the account and optionally updates the player's XP value.@NotNull AccountAccount.setBalanceRaw(@NotNull BigInteger value, boolean updateXPValue) Sets the raw balance value.@NotNull AccountSets the account owner's name.@NotNull AccountSets 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 AccountPlayerAccountManagerBase.createAccount(@Nullable org.bukkit.OfflinePlayer player) Creates an account for a player.@Nullable AccountPlayerAccountManagerBase.getAccount(@NotNull UUID uuid) Gets an account with a specific player UUID.@NotNull AccountSets the account owner's name.@NotNull AccountSets 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.