public class EconomyEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
EconomyEvent.GetBalanceEvent
Event fired when getting the balance, modifying GetBalanceEvent.balance will modify the returned balance
|
static class |
EconomyEvent.PostTransactionEvent
Event fired after transactions.
|
static class |
EconomyEvent.PreTransactionEvent
Event fired before transactions.
|
static class |
EconomyEvent.transactionType
Enum for the kinds of transactions
|
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.player.EntityPlayerMP |
player
The player whose balance is involved
|
| Constructor and Description |
|---|
EconomyEvent(net.minecraft.entity.player.EntityPlayerMP player) |