Method GiveItem
GiveItem(NwItem)
Moves the specified item/item stack to this placeable's inventory.
public Task GiveItem(NwItem item)
Parameters
itemNwItemThe item to add.
Returns
GiveItem(NwItem, int)
Moves a specified amount of items from an item stack to this placeable's inventory.
public Task GiveItem(NwItem item, int amount)