HoldingData and WearingData?

Hello!

I wonder if there is anything like ‘HoldingData’? I can’t find it. It should represent the item or block a mob is holding. I also couldn’t find anything like ‘zombie.getItemInHand()’.
And what about ‘WearingData’? I simply can’t find it. It should represent what a zombie/skeleton/… Is wearing.

Do I have to go with InventoryApi things or Data?

Thanks in advance

For things like getItemInHand(), look at ArmorEquippable, otherwise, you’re looking for most all the methods that exist there, as well as anything added by the Inventory API that has recently been partially implemented to work with players, but not fully with other entities/containers.

Oooh… Am I blind?!:joy:
Thanks a lot! :+1::grinning: The ArmorEquippable serves my purposes.