inventory
slot
inventory.slot(int slot) : string
item
inventory.item(int slot) : ItemStack
drop
inventory.drop(int slot)
swap
inventory.swap(int slot, int slot2)
click
inventory.click(int slot)
inventory.slot(int slot) : string
inventory.item(int slot) : ItemStack
inventory.drop(int slot)
inventory.swap(int slot, int slot2)
inventory.click(int slot)