Added InventoryTransactionEvent

This commit is contained in:
Shoghi Cervantes
2014-05-27 01:56:25 +02:00
parent d92c5332da
commit 5e97da2e11
5 changed files with 58 additions and 9 deletions

View File

@ -24,9 +24,6 @@ use pocketmine\event\Cancellable;
use pocketmine\inventory\Inventory;
use pocketmine\item\Item;
/**
* Called when a entity is despawned
*/
class InventoryPickupItemEvent extends InventoryEvent implements Cancellable{
public static $handlerList = null;