Uses of Interface
dev.satyrn.xpeconomy.api.economy.AccountManager
Packages that use AccountManager
Package
Description
-
Uses of AccountManager in dev.satyrn.xpeconomy.api.commands
Methods in dev.satyrn.xpeconomy.api.commands that return AccountManagerModifier and TypeMethodDescription@NotNull AccountManagerAccountCommandHandler.getAccountManager()Gets the account manager instance.Constructors in dev.satyrn.xpeconomy.api.commands with parameters of type AccountManagerModifierConstructorDescriptionprotectedAccountCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Represents a command which manages accounts or account balances. -
Uses of AccountManager in dev.satyrn.xpeconomy.commands
Constructors in dev.satyrn.xpeconomy.commands with parameters of type AccountManagerModifierConstructorDescriptionAddCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Initializes a new command handler with the permission manager instance.BalanceCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Creates a new command executor.DeductCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Creates a new instance of the remove command handler.PayCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Creates a new pay command handler.SetCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Creates a new command handler for the /set command.SyncCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Creates a new instance of the remove command handler.TransferCommandHandler(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull AccountManager accountManager, @NotNull Configuration configuration) Creates a new instance of the remove command handler. -
Uses of AccountManager in dev.satyrn.xpeconomy.economy
Classes in dev.satyrn.xpeconomy.economy that implement AccountManagerModifier and TypeClassDescriptionfinal classAn account manager with a MySQL backend.classManages player accounts.final classAn account manager with a YAML file backend.Constructors in dev.satyrn.xpeconomy.economy with parameters of type AccountManagerModifierConstructorDescriptionExperienceEconomy(org.bukkit.plugin.Plugin plugin, AccountManager accountManager, @NotNull Configuration configuration) Creates a new instance of the Economy class. -
Uses of AccountManager in dev.satyrn.xpeconomy.listeners
Methods in dev.satyrn.xpeconomy.listeners that return AccountManagerModifier and TypeMethodDescriptionInventoryEventListener.accountManager()Returns the value of theaccountManagerrecord component.PlayerEventListener.accountManager()Returns the value of theaccountManagerrecord component.Constructors in dev.satyrn.xpeconomy.listeners with parameters of type AccountManagerModifierConstructorDescriptionExperienceBottleEventListener(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull AccountManager accountManager, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull Configuration configuration) InventoryEventListener(org.bukkit.plugin.Plugin plugin, AccountManager accountManager) Initializes the player event listener.PlayerEventListener(org.bukkit.plugin.Plugin plugin, AccountManager accountManager) Initializes the player event listener.WorldEventListener(org.bukkit.plugin.Plugin plugin, AccountManager accountManager) Creates a new world event listener. -
Uses of AccountManager in dev.satyrn.xpeconomy.tasks
Constructors in dev.satyrn.xpeconomy.tasks with parameters of type AccountManagerModifierConstructorDescriptionSaveAccountDataTask(org.bukkit.plugin.Plugin plugin, AccountManager accountManager)