public static class EconomyEvent.PostTransactionEvent extends EconomyEvent
EconomyEvent.GetBalanceEvent, EconomyEvent.PostTransactionEvent, EconomyEvent.PreTransactionEvent, EconomyEvent.transactionType
Modifier and Type | Field and Description |
---|---|
int |
newBalance
The balance after the transaction was made
|
int |
oldBalance
The balance before the transaction was made
|
EconomyEvent.transactionType |
type
The type of the transaction just made, either transactionType.withdrawal or transactionType.deposit
|
player
Constructor and Description |
---|
PostTransactionEvent(net.minecraft.entity.player.EntityPlayerMP player,
EconomyEvent.transactionType type,
int oldBalance,
int newBalance) |
public final EconomyEvent.transactionType type
public final int oldBalance
public final int newBalance
public PostTransactionEvent(net.minecraft.entity.player.EntityPlayerMP player, EconomyEvent.transactionType type, int oldBalance, int newBalance)