|
Genisys
Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
|
Public Member Functions | |
| __construct (Player $player=null) | |
| getPlayer () | |
| getInventories () | |
| getTransactions () | |
| getTransactionCount () | |
| addTransaction (Transaction $transaction) | |
Public Member Functions inherited from TransactionQueue | |
| execute () | |
Protected Attributes | |
| $player = null | |
| $transactionQueue | |
| $transactionsToRetry | |
| $inventories | |
| $lastUpdate = -1 | |
| $transactionCount = 0 | |
Additional Inherited Members | |
Data Fields inherited from TransactionQueue | |
| const | DEFAULT_ALLOWED_RETRIES = 5 |
| addTransaction | ( | Transaction | $transaction | ) |
| Transaction | $transaction | Adds a transaction to the queue |
For dropping items, the target inventory is open air, a.k.a. null.
Implements TransactionQueue.
| getInventories | ( | ) |
Implements TransactionQueue.
| getPlayer | ( | ) |
| getTransactionCount | ( | ) |
Implements TransactionQueue.
| getTransactions | ( | ) |
Implements TransactionQueue.