Uses of Class
com.palmergames.bukkit.towny.object.economy.transaction.Transaction
Package
Description
-
Uses of Transaction in com.palmergames.bukkit.towny.event.economy
Modifier and TypeMethodDescriptionBankTransactionEvent.getTransaction()
NationPreTransactionEvent.getTransaction()
TownPreTransactionEvent.getTransaction()
TownyPreTransactionEvent.getTransaction()
TownyTransactionEvent.getTransaction()
ModifierConstructorDescriptionBankTransactionEvent
(Account account, Transaction transaction) Called whenever a deposit or withdrawl is made to/from a Bank account associated with a Town or Nation.NationPreTransactionEvent
(Nation nation, Transaction transaction) An Cancellable event thrown when aNation
BankAccount
is about to either receive or pay money.NationTransactionEvent
(Nation nation, Transaction transaction) An event thrown when aNation
BankAccount
either receives or pays money.TownPreTransactionEvent
(Town town, Transaction transaction) An Cancellable event thrown when aTown
BankAccount
is about to either receive or pay money.TownTransactionEvent
(Town town, Transaction transaction) An event thrown when aTown
BankAccount
either receives or pays money.TownyPreTransactionEvent
(Transaction transaction) An Cancellable event thrown when anyTransaction
is about to occur because of Towny.TownyTransactionEvent
(Transaction transaction) An event thrown when anyTransaction
has occured because of Towny. -
Uses of Transaction in com.palmergames.bukkit.towny.object.economy.transaction