Interface | Description |
---|---|
DepositListenerInterface |
Classes that wish to be notified of a /deposit command ingame should implement this interface and call addDepositListener in CashCreeper
|
TransactionListenerInterface |
Mods that wish to be informed of transactions must implement this interface and call the addTransactionListener method in the CashCreeper class
|
WithdrawalListenerInterface |
Classes that wish to be notified of a /withdraw command ingame should implement this interface and call addWithdrawalListener in CashCreeper
|
Class | Description |
---|---|
Account |
Represents an individual account.
|
CashCreeper | |
CashCreeperClientProxy | |
CashCreeperCommonProxy | |
CashCreeperServerProxy | |
CMDBalance |
Class to handle /balance commands from chat ingame.
|
CMDCashCreeper |
Class to handle /cashcreeper commands from chat ingame.
|
CMDDeposit |
Class to handle /deposit commands from chat ingame.
|
CMDPay |
Class to handle /pay commands from chat ingame.
|
CMDWithdraw |
Class to handle /withdraw commands from chat ingame.
|
CommandHandler | |
DepositEvent |
This event is sent to DepositListeners when a /deposit command is used ingame
|
TransactionEvent |
Class used to encapsulate data about the transaction taking place.
|
TransactionLineItem | |
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
|