public interface WorldManager
| Modifier and Type | Method and Description |
|---|---|
Bank |
createBank(java.lang.String name)
Create a Bank in the World (event if it already exists a Bank with this Name).
|
Bank |
createFrontageBank(Bank bank)
Create a Frontage Bank in the World from another Bank in another World.
|
void |
deleteBank(Bank bank)
Delete a Bank from the World.
|
Bank |
getBank(org.bukkit.block.Chest chest) |
Bank |
getBank(java.lang.String name) |
Bank[] |
getBanks() |
Bank[] |
getBanks(org.bukkit.OfflinePlayer player) |
WorldSettings |
getProperties() |
org.bukkit.World |
getWorld() |
void |
save()
Save All the Banks in the World.
|
org.bukkit.World getWorld()
WorldSettings getProperties()
Bank[] getBanks()
Bank[] getBanks(org.bukkit.OfflinePlayer player)
player - the Player you want to check.getBank(Chest),
getBank(String)Bank getBank(org.bukkit.block.Chest chest)
chest - the Chest you want to check.getBanks(),
getBank(String)Bank getBank(java.lang.String name)
name - the Name of the Bank you want to check.getBanks(),
getBank(Chest),
getBank(String)Bank createBank(java.lang.String name)
name - getBank(String),
deleteBank(Bank)Bank createFrontageBank(Bank bank)
bank - the Bank from another World.createBank(String),
deleteBank(Bank),
getBank(String)void deleteBank(Bank bank)
bank - the Bank to delete.getBank(String),
createBank(String)void save()