public interface Transaction
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
getAccount() |
Bank |
getBank() |
org.bukkit.inventory.Inventory |
getInventory() |
TransactionLogEntry[] |
getLogEntries() |
java.lang.String |
getLogInformations() |
org.bukkit.entity.Player |
getViewer() |
void |
log()
Log the informations of this Transaction (calculate the LogEntries).
|
BankAccount getAccount()
Bank getBank()
org.bukkit.entity.Player getViewer()
org.bukkit.inventory.Inventory getInventory()
void log()
getLogEntries()TransactionLogEntry[] getLogEntries()
log()java.lang.String getLogInformations()