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

Interface IItemInstance

Represents the instance of an item.

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

Properties

| Improve this Doc View Source

Item

Gets the item.

Declaration
IItem Item { get; }
Property Value
Type Description
IItem

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)