Anvil
Loading...
Searching...
No Matches
Anvil.API.Inventory Class Referencesealed

Public Member Functions

bool CheckFit (NwBaseItem baseItem)
 Gets if the specified base item type will fit in this inventory.
 
bool CheckFit (NwItem item)
 Gets if the specified item will fit in this inventory.
 

Properties

IEnumerable< NwItemItems [get]
 Gets all items belonging to this inventory.
 

Member Function Documentation

◆ CheckFit() [1/2]

bool Anvil.API.Inventory.CheckFit ( NwBaseItem baseItem)
inline

Gets if the specified base item type will fit in this inventory.

Parameters
baseItemThe base item type to check.
Returns
True if the item will fit, otherwise false.

◆ CheckFit() [2/2]

bool Anvil.API.Inventory.CheckFit ( NwItem item)
inline

Gets if the specified item will fit in this inventory.

Parameters
itemThe item to check.
Returns
True if the item will fit, otherwise false.

The documentation for this class was generated from the following file: