| Package | Description |
|---|---|
| org.rominos2.RealBanks.api.Banks | |
| org.rominos2.RealBanks.api.Banks.Transactions | |
| org.rominos2.RealBanks.api.Settings.IO |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
Bank.getAccount(org.bukkit.OfflinePlayer player) |
BankAccount[] |
Bank.getAccounts() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Bank.openChestTransaction(org.bukkit.block.Chest chest,
org.bukkit.entity.Player player,
BankAccount account)
Open a new Chest Transaction.
|
Transaction |
Bank.openVirtualTransaction(org.bukkit.entity.Player seer,
BankAccount account,
java.lang.String reason)
Open a new Virtual Transaction
|
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
Transaction.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BankAccount> |
BankIO.loadAccounts(Bank instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
BankIO.save(java.util.Set<org.bukkit.block.Chest> chests,
java.util.List<BankAccount> accounts) |