mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Updated trigger_error to Exceptions, fixed bug in Plugin task deletion
This commit is contained in:
@@ -21,10 +21,12 @@
|
||||
|
||||
namespace pocketmine\network\protocol;
|
||||
|
||||
use pocketmine\item\Item;
|
||||
|
||||
class ContainerSetSlotPacket extends DataPacket{
|
||||
public $windowid;
|
||||
public $slot;
|
||||
/** @var Item */
|
||||
public $item;
|
||||
|
||||
public function pid(){
|
||||
|
Reference in New Issue
Block a user