Class PlayerAccountTransactionEvent
java.lang.Object
me.lokka30.treasury.api.economy.events.AccountTransactionEvent
me.lokka30.treasury.api.economy.events.PlayerAccountTransactionEvent
- All Implemented Interfaces:
- Cancellable
Represents an event, called when a 
PlayerAccount does a EconomyTransaction- Since:
- v1.1.0
- Author:
- lokka30, MrIvanPlays
- 
Constructor SummaryConstructorsConstructorDescriptionPlayerAccountTransactionEvent(@NotNull EconomyTransaction economyTransaction, @NotNull PlayerAccount account) 
- 
Method SummaryModifier and TypeMethodDescription@NotNull PlayerAccountReturns theAccountfor this account event.Methods inherited from class me.lokka30.treasury.api.economy.events.AccountTransactionEventgetTransaction, isCancelled, setCancelled
- 
Constructor Details- 
PlayerAccountTransactionEventpublic PlayerAccountTransactionEvent(@NotNull @NotNull EconomyTransaction economyTransaction, @NotNull @NotNull PlayerAccount account) 
 
- 
- 
Method Details- 
getAccountReturns theAccountfor this account event.- Overrides:
- getAccountin class- AccountTransactionEvent
- Returns:
- account
 
 
-