Class CustomItems
Handles all CustomItem API.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.CustomItems
Assembly: Exiled.CustomItems.dll
Syntax
public class CustomItems : Plugin<Config>, IPlugin<Config>, IComparable<IPlugin<IConfig>>
Properties
| Improve this Doc View SourceInstance
Gets the static reference to this CustomItems class.
Declaration
public static CustomItems Instance { get; }
Property Value
Type | Description |
---|---|
CustomItems |
Methods
| Improve this Doc View SourceOnDisabled()
Declaration
public override void OnDisabled()
Overrides
Exiled.API.Features.Plugin<Exiled.CustomItems.Config>.OnDisabled()
|
Improve this Doc
View Source
OnEnabled()
Declaration
public override void OnEnabled()
Overrides
Exiled.API.Features.Plugin<Exiled.CustomItems.Config>.OnEnabled()
Implements
System.IComparable<T>