Minecraft ask if inventory slot is full of 64 blocks?

La
7

So I would like to know how to query whether an inventory slot contains 64 blocks and then execute a command

Br

In a particular slot or in general?

La

A certain one

Br

Then unfortunately I have no idea, only in general in the inventory.

La

Tell me your idea in the inventory

Br

If (p.getInventory (). Contains (material)) // Guess I don't know if that's right.

La

No, because I modde and therefore do not want to use player p

Br

I see