pocketmine\inventory\EnchantInventory::__construct PHP Метод

__construct() публичный Метод

public __construct ( Position $pos )
$pos pocketmine\level\Position
    public function __construct(Position $pos)
    {
        parent::__construct(new FakeBlockMenu($this, $pos), InventoryType::get(InventoryType::ENCHANT_TABLE));
    }