It would be nice to have an equivalent to CanStoreItem for a given ResourceName instead of an IEntity. I'd like to check if an item can fit in a players inventory before spawning the item in the world.
Another function that would be useful is to check if an item can fit in ANY available storage slot of the inventory without having to iterate all storage components (including equipped slots) for both IEntity's and ResourceName's.