mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 23:15:29 +00:00
Update InventoryTransactionEvent.php
This commit is contained in:
parent
1b36b10520
commit
e8e825322b
@ -27,7 +27,7 @@ use pocketmine\inventory\TransactionGroup;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when there is a transaction between two Inventory objects.
|
* Called when there is a transaction between two Inventory objects.
|
||||||
* The source of this can be a Player, entities, mods, or even hoppers in the future!
|
* The source of this can be a Player, entities, mobs, or even hoppers in the future!
|
||||||
*/
|
*/
|
||||||
class InventoryTransactionEvent extends Event implements Cancellable{
|
class InventoryTransactionEvent extends Event implements Cancellable{
|
||||||
public static $handlerList = null;
|
public static $handlerList = null;
|
||||||
@ -46,4 +46,4 @@ class InventoryTransactionEvent extends Event implements Cancellable{
|
|||||||
return $this->ts;
|
return $this->ts;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user