- getAccount(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountManager
-
Retrieve a account.
- getAccount(String) - Method in class com.greatmancode.craftconomy3.account.AccountManager
-
Deprecated.
- getAccount(String, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getAccount(UUID) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getAccount(String, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getAccount(UUID) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getAccount(String, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve an account from the storage.
- getAccount(String, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve an account from the storage.
- getAccount(UUID) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve an account from the storage.
- getAccountACL() - Method in class com.greatmancode.craftconomy3.account.Account
-
Get the account ACL.
- getAccountList - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
-
- getAccountManager() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the Account Manager.
- getAccountName() - Method in class com.greatmancode.craftconomy3.account.Account
-
Returns the account name.
- getAllAccounts(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountManager
-
Retrieve a list of all the accounts
- getAllAccounts(boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getAllAccounts(boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getAllAccounts(boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve all account names
- getAllBalance() - Method in class com.greatmancode.craftconomy3.account.Account
-
Get the whole account balance
- getAllBalance(Account) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getAllBalance(Account) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getAllBalance(Account) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve all the balance of an account
- getAllCurrencies() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getAllCurrencies() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getAllCurrencies() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve all currencies
- getAllCurrencyNames() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getAllCurrencyNames() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getAllCurrencyNames() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Get the names of all the currencies in the system.
- getAllWorldBalance(String) - Method in class com.greatmancode.craftconomy3.account.Account
-
Get the whole account balance in a certain world / world group
- getAllWorldBalance(Account, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getAllWorldBalance(Account, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getAllWorldBalance(Account, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve all balance from a world
- getAmount() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand.CurrencyRateEntry
-
- getBalance(String, String) - Method in class com.greatmancode.craftconomy3.account.Account
-
Get's the player balance.
- getBalance() - Method in class com.greatmancode.craftconomy3.account.Balance
-
- getBalance(Account, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getBalance(Account, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getBalance(Account, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve the balance of an account
- getBankAccountList(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getBankAccountList(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getBankAccountList(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve the list of bank account this player have access to
- getBankPrice() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the price of a bank account creation
- getCommandManager() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the Command Manager.
- getConfigEntry(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getConfigEntry(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getConfigEntry(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve the configuration value
- getConfigurationManager() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the Configuration Manager.
- getConverterList() - Method in class com.greatmancode.craftconomy3.converter.ConverterList
-
- getCurrency() - Method in class com.greatmancode.craftconomy3.account.Balance
-
- getCurrency(String) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
-
Get a currency
- getCurrency(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getCurrency(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getCurrency(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve a currency
- getCurrencyExchanges() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getCurrencyExchanges() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getCurrencyExchanges() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Get the exchange rates of every currencies
- getCurrencyManager() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the Currency Manager.
- getCurrencyNames() - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
-
Get the list of currency in the system
- getDbConnectInfo() - Method in class com.greatmancode.craftconomy3.converter.Converter
-
- getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.Converter
-
Retrieve the list of the possible input data method
- getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.BoseEconomy
-
- getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Essentials
-
- getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Feconomy
-
- getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Iconomy6
-
- getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Mineconomy
-
- getDbInfoList() - Method in class com.greatmancode.craftconomy3.converter.Converter
-
Retrieve the information required about the selected input data method.
- getDbTypes() - Method in class com.greatmancode.craftconomy3.converter.Converter
-
Retrieve a list of all the database type.
- getDefaultBankCurrency() - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
-
- getDefaultCurrency() - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
-
Retrieve the default currency
- getDefaultHoldings() - Method in class com.greatmancode.craftconomy3.Common
-
Get the default amount of money a account will have
- getDisplayFormat() - Method in class com.greatmancode.craftconomy3.Common
-
- getEventManager() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the Event manager.
- getExchangeRate(Currency) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Returns the exchange rate between 2 currency.
- getExchangeRate(Currency, Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getExchangeRate(Currency, Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getExchangeRate(Currency, Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve the exchange rate between 2 currencies
- getFrom() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand.CurrencyRateEntry
-
- getInstance() - Static method in class com.greatmancode.craftconomy3.Common
-
Retrieve the instance of Common.
- getLanguageManager() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the LanguageManager
- getLog(Account, int) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getLog(Account, int) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getLog(Account, int) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Get the logs of an account
- getLogger() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the logger associated with this plugin.
- getMainConfig() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the main configuration file
- getMinor() - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Get the currency minor name
- getMinorPlural() - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Get the currency minor name in plural
- getName() - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Get the currency name
- getParent() - Method in class com.greatmancode.craftconomy3.account.AccountACL
-
Returns the related account
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankListCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.AllCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.BalanceCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.CreateCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.DeleteCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.GiveCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.LogCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.MainCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.PayCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.SetCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.TakeCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.TopCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
-
- getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
-
- getPlural() - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Get the currency name in plural
- getPrefix() - Method in class com.greatmancode.craftconomy3.storage.sql.tables.DatabaseTable
-
- getSelectedDbType() - Method in class com.greatmancode.craftconomy3.converter.Converter
-
Get the selected database type
- getServerCaller() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the Server Caller.
- getSign() - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Retrieve the sign of the currency (Example $ for Dollars)
- getState() - Static method in enum com.greatmancode.craftconomy3.NewSetupWizard
-
Retrieve the Wizard state.
- getStatus() - Method in class com.greatmancode.craftconomy3.currency.Currency
-
- getStorageEngine() - Method in class com.greatmancode.craftconomy3.storage.StorageHandler
-
Retrieve the storage engine currently loaded.
- getStorageHandler() - Method in class com.greatmancode.craftconomy3.Common
-
Retrieve the Storage Handler.
- getTo() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand.CurrencyRateEntry
-
- getTopEntry(int, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getTopEntry(int, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getTopEntry(int, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Retrieve a list of the top accounts
- getVersionChecker() - Method in class com.greatmancode.craftconomy3.Common
-
Get the version Checker.
- getWarning() - Method in class com.greatmancode.craftconomy3.converter.Converter
-
- getWarning() - Method in class com.greatmancode.craftconomy3.converter.converters.Mineconomy
-
- getWorld() - Method in class com.greatmancode.craftconomy3.account.Balance
-
- getWorldGroupManager() - Method in class com.greatmancode.craftconomy3.Common
-
- getWorldGroupName(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
-
Retrieve the name of the worldgroup a world belongs to
- getWorldGroupOfPlayerCurrentlyIn(String) - Static method in class com.greatmancode.craftconomy3.account.Account
-
Retrieve the world group of the player
- getWorldGroups() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- getWorldGroups() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- getWorldGroups() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Get all the world groups in the system
- GiveCommand - Class in com.greatmancode.craftconomy3.commands.money
-
- GiveCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.GiveCommand
-
- GroupAddWorldCommand - Class in com.greatmancode.craftconomy3.commands.group
-
- GroupAddWorldCommand() - Constructor for class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
-
- GroupCreateCommand - Class in com.greatmancode.craftconomy3.commands.group
-
- GroupCreateCommand() - Constructor for class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
-
- GroupDelWorldCommand - Class in com.greatmancode.craftconomy3.commands.group
-
- GroupDelWorldCommand() - Constructor for class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
-
- saveACL(Account, String, boolean, boolean, boolean, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- saveACL(Account, String, boolean, boolean, boolean, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- saveACL(Account, String, boolean, boolean, boolean, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Save the ACL setting of a bank account
- saveCurrency(String, Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- saveCurrency(String, Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- saveCurrency(String, Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Save a currency in the backend
- saveImporterUsers(List<Converter.User>) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- saveImporterUsers(List<Converter.User>) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- saveImporterUsers(List<Converter.User>) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Save the converted accounts into the backend
- saveLog(LogInfo, Cause, String, Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- saveLog(LogInfo, Cause, String, Account, double, Currency, String, Timestamp) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- saveLog(LogInfo, Cause, String, Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- saveLog(LogInfo, Cause, String, Account, double, Currency, String, Timestamp) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- saveLog(LogInfo, Cause, String, Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Write a transaction to the Log.
- saveLog(LogInfo, Cause, String, Account, double, Currency, String, Timestamp) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
- saveWorldGroup(String, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- saveWorldGroup(String, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- saveWorldGroup(String, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Save a world group
- SELECT_ENTRY - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.iconomy.IConomyTable
-
- SELECT_ENTRY - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.mineconomy.MineconomyTable
-
- selectAll - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
-
- selectAllEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
-
- selectAllEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
-
- selectAllEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
-
- selectAllEntryAccount - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
-
- selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
-
- selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
-
- selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
-
- selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
-
- selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
-
- selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
-
- selectEntryLimit - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
-
- selectEntryName - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
-
- selectEntryUnique - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
-
- selectEntryUuid - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
-
- selectWorldCurrencyEntryAccount - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
-
- selectWorldEntryAccount - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
-
- sendConsoleMessage(Level, String) - Method in class com.greatmancode.craftconomy3.Common
-
Sends a message to the console through the Logge.r
- set(double, String, String) - Method in class com.greatmancode.craftconomy3.account.Account
-
- set(double, String, String, Cause, String) - Method in class com.greatmancode.craftconomy3.account.Account
-
set a certain amount of money in the account
- set(String, boolean, boolean, boolean, boolean, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
-
Set a player in the ACL list
- setAcl(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
-
Set if a player can modify the ACL list
- setAcl(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
-
- setAsDefault1 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
-
- setAsDefault2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
-
- setAsDefaultBank1 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
-
- setAsDefaultBank2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
-
- setBalance(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
-
- setBalance(double) - Method in class com.greatmancode.craftconomy3.account.Balance
-
- setBalance(Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- setBalance(Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- setBalance(Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Set the balance of the account
- setBankCurrency(boolean) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
- setBankPrice(double) - Method in class com.greatmancode.craftconomy3.Common
-
Set the bank account creation price
- SetCommand - Class in com.greatmancode.craftconomy3.commands.money
-
- SetCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.SetCommand
-
- setConfigEntry(String, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- setConfigEntry(String, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- setConfigEntry(String, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Set a configuration value in the database
- setCurrency(Currency) - Method in class com.greatmancode.craftconomy3.account.Balance
-
- setDbInfo(String, String) - Method in class com.greatmancode.craftconomy3.converter.Converter
-
Sets a field information for the selected database type
- setDbType(String) - Method in class com.greatmancode.craftconomy3.converter.Converter
-
Sets the selected database type.
- setDefault(boolean) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Set the default flag to true.
- setDefault(Currency) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
-
Set a currency as the default one.
- setDefaultBankCurrency(Currency) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
-
- setDefaultBankCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- setDefaultBankCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- setDefaultBankCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Set the default bank creation currency.
- setDefaultCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- setDefaultCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- setDefaultCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Set the default currency of the system
- setDefaultHoldings(double) - Method in class com.greatmancode.craftconomy3.Common
-
Set the default amount of money a account will have
- setDeposit(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
-
Set if a player can deposit money in the account
- setDeposit(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
-
- setDisplayFormat(DisplayFormat) - Method in class com.greatmancode.craftconomy3.Common
-
- setExchangeRate(Currency, double) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Set the exchange rate between 2 currency
- setExchangeRate(Currency, Currency, double) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- setExchangeRate(Currency, Currency, double) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- setExchangeRate(Currency, Currency, double) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Set the exchange between 2 currencies in the backend
- setIgnoreACL(boolean) - Method in class com.greatmancode.craftconomy3.account.Account
-
Sets if a account should ignore his ACL.
- setIgnoreACL(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- setIgnoreACL(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- setIgnoreACL(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Set if the account must ignore the ACL
- setInfiniteMoney(boolean) - Method in class com.greatmancode.craftconomy3.account.Account
-
Sets the account to have infinite money.
- setInfiniteMoney(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- setInfiniteMoney(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- setInfiniteMoney(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
-
Set if the account have infinite money
- setMinor(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Set the currency minor name
- setMinorPlural(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Set the currency minor name in plural
- setName(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Set the currency name
- setOwner(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
-
- setPlural(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Set the currency name in plural
- setSelectedDbType(String) - Method in class com.greatmancode.craftconomy3.converter.Converter
-
Set the database type
- setShow(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
-
Set if a player can show the bank balance.
- setSign(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
-
Sets the sign of the currency (Example $ for Dollars)
- setState(NewSetupWizard) - Static method in enum com.greatmancode.craftconomy3.NewSetupWizard
-
Set the wizard state.
- setWithdraw(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
-
Set if a player can withdraw money in the account
- setWithdraw(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
-
- setWorld(String) - Method in class com.greatmancode.craftconomy3.account.Balance
-
- SQLiteEngine - Class in com.greatmancode.craftconomy3.storage.sql
-
- SQLiteEngine() - Constructor for class com.greatmancode.craftconomy3.storage.sql.SQLiteEngine
-
- SQLiteToMySQLConverter - Class in com.greatmancode.craftconomy3.converter
-
Created by greatman on 2014-07-06.
- SQLiteToMySQLConverter() - Constructor for class com.greatmancode.craftconomy3.converter.SQLiteToMySQLConverter
-
- SQLStorageEngine - Class in com.greatmancode.craftconomy3.storage.sql
-
- SQLStorageEngine() - Constructor for class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
-
- startMetrics() - Method in class com.greatmancode.craftconomy3.Common
-
Start Metrics.
- startUp() - Method in class com.greatmancode.craftconomy3.Common
-
- StorageEngine - Class in com.greatmancode.craftconomy3.storage
-
- StorageEngine() - Constructor for class com.greatmancode.craftconomy3.storage.StorageEngine
-
- StorageHandler - Class in com.greatmancode.craftconomy3.storage
-
Created by greatman on 2014-07-13.
- StorageHandler() - Constructor for class com.greatmancode.craftconomy3.storage.StorageHandler
-