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

Interface IItemEvent

The base interface used for all item related events.

Inherited Members
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Items
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IItemEvent : IEvent

Properties

| Improve this Doc View Source

Item

Gets the item related to the event.

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

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)