Help Entity inventory

DFM Москва 101.2

Member
Member
Aug 23, 2016
66
-2
6
28
Parts Unknown
How to define a list of things in the same chest?

C#:
if (e.Entity.Name == "WoodBox")
            {
                for(int i = 1; i <= 12; i++)
                {
                    Server.GetServer().Broadcast(e.Entity.Inventory.Items[i].Name);
                }
            }
so get the Empty slot