Class and Description |
---|
Account
Represents an individual account.
|
CashCreeper |
DepositEvent
This event is sent to DepositListeners when a /deposit command is used ingame
|
DepositListenerInterface
Classes that wish to be notified of a /deposit command ingame should implement this interface and call addDepositListener in CashCreeper
|
TransactionEvent
Class used to encapsulate data about the transaction taking place.
|
TransactionListenerInterface
Mods that wish to be informed of transactions must implement this interface and call the addTransactionListener method in the CashCreeper class
|
TransactionResponse
An instance of this class is returned from TransactionListeners when they are notified of a transaction.
|
WithdrawalEvent
This event is sent to WithdrawalListeners when a /withdraw command is used ingame
|
WithdrawalListenerInterface
Classes that wish to be notified of a /withdraw command ingame should implement this interface and call addWithdrawalListener in CashCreeper
|