public interface Transaction
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
getAccount() |
Bank |
getBank() |
org.bukkit.inventory.Inventory |
getInventory() |
org.bukkit.entity.Player |
getViewer() |
void |
log()
Log the informations of this Transaction.
|
BankAccount getAccount()
Bank getBank()
org.bukkit.entity.Player getViewer()
org.bukkit.inventory.Inventory getInventory()
void log()