OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IHasInventory

Represents an object that may have an inventory.

Namespace: OpenMod.Extensions.Games.Abstractions.Items
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IHasInventory

Properties

| Improve this Doc View Source

Inventory

Gets the inventory of the object.

Declaration
IInventory Inventory { get; }
Property Value
Type Description
IInventory

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)