Uses of Class
dev.satyrn.xpeconomy.configuration.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in dev.satyrn.xpeconomy.api.commands
Methods in dev.satyrn.xpeconomy.api.commands that return ConfigurationModifier and TypeMethodDescription@NotNull Configuration
AccountCommandHandler.getConfiguration()
Gets the configuration.Constructors in dev.satyrn.xpeconomy.api.commands with parameters of type ConfigurationModifierConstructorDescriptionprotected
AccountCommandHandler
(@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 Configuration in dev.satyrn.xpeconomy.commands
Constructors in dev.satyrn.xpeconomy.commands with parameters of type ConfigurationModifierConstructorDescriptionAddCommandHandler
(@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.ReloadCommandHandler
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull Configuration configuration) Initializes a new command handler with the permission manager instance.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 Configuration in dev.satyrn.xpeconomy.economy
Fields in dev.satyrn.xpeconomy.economy declared as ConfigurationModifier and TypeFieldDescriptionprotected final @NotNull Configuration
PlayerAccountManagerBase.configuration
Constructors in dev.satyrn.xpeconomy.economy with parameters of type ConfigurationModifierConstructorDescriptionExperienceEconomy
(org.bukkit.plugin.Plugin plugin, AccountManager accountManager, @NotNull Configuration configuration) Creates a new instance of the Economy class.MySQLAccountManager
(Configuration configuration, org.bukkit.plugin.Plugin plugin, dev.satyrn.papermc.api.storage.v1.ConnectionManager connectionManager) Creates a new account manager with a MySQL backend.PlayerAccount
(Configuration configuration, UUID uuid) Creates an account with a name and UUID.protected
PlayerAccountManagerBase
(@NotNull Configuration configuration) Creates a new instance of an account manager.YamlAccountManager
(Configuration configuration, org.bukkit.plugin.Plugin plugin) Creates a new instance of an account manager with a YAML backend. -
Uses of Configuration in dev.satyrn.xpeconomy.listeners
Constructors in dev.satyrn.xpeconomy.listeners with parameters of type ConfigurationModifierConstructorDescriptionExperienceBottleEventListener
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull AccountManager accountManager, @NotNull net.milkbowl.vault.permission.Permission permission, @NotNull Configuration configuration)