- close() - Method in interface org.rominos2.RealBanks.api.Settings.IO.BankIO
-
Close the IO Save for the Bank
- closeAllTranactions() - Method in interface org.rominos2.RealBanks.api.Banks.Bank
-
Close All opened Transactions
- closeTransaction(Transaction) - Method in interface org.rominos2.RealBanks.api.Banks.Bank
-
Close an opened Transaction
- createBank(String) - Method in interface org.rominos2.RealBanks.api.Banks.WorldManager
-
Create a Bank in the World (event if it already exists a Bank with this Name).
- createFrontageBank(Bank) - Method in interface org.rominos2.RealBanks.api.Banks.WorldManager
-
Create a Frontage Bank in the World from another Bank in another World.