This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
PocketMine-MP
Watch
1
Star
0
Fork
0
You've already forked PocketMine-MP
mirror of
https://github.com/pmmp/PocketMine-MP.git
synced
2025-10-17 19:50:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
4ad8cb02a5bb99bbd89eed49c0f9c16f331e67a5
PocketMine-MP
/
src
/
inventory
/
transaction
History
Dylan K. Taylor
5d4f14b388
Added TransactionBuilderInventory for server-side inventory transaction generation
2021-09-09 17:10:04 +01:00
..
action
InventoryAction: replace isValid() with validate() which throws TransactionValidationException
2020-07-04 19:38:34 +01:00
CraftingTransaction.php
Added API method Item::canStackWith()
2021-06-29 19:52:52 +01:00
InventoryTransaction.php
Added API method Item::canStackWith()
2021-06-29 19:52:52 +01:00
TransactionBuilderInventory.php
Added TransactionBuilderInventory for server-side inventory transaction generation
2021-09-09 17:10:04 +01:00
TransactionCancelledException.php
InventoryTransaction::execute() now throws exceptions instead of returning true/false
2020-07-01 14:08:28 +01:00
TransactionException.php
InventoryTransaction::execute() now throws exceptions instead of returning true/false
2020-07-01 14:08:28 +01:00
TransactionValidationException.php
InventoryTransaction::execute() now throws exceptions instead of returning true/false
2020-07-01 14:08:28 +01:00