Search Results for

    Show / Hide Table of Contents

    Class CustomItems

    Handles all CustomItem API.

    Inheritance
    System.Object
    Plugin<Config>
    CustomItems
    Implements
    IPlugin<Config>
    System.IComparable<IPlugin<IConfig>>
    Inherited Members
    Plugin<Config>.Assembly
    Plugin<Config>.Name
    Plugin<Config>.Prefix
    Plugin<Config>.Author
    Plugin<Config>.Priority
    Plugin<Config>.Version
    Plugin<Config>.RequiredExiledVersion
    Plugin<Config>.IgnoreRequiredVersionCheck
    Plugin<Config>.Commands
    Plugin<Config>.Config
    Plugin<Config>.InternalTranslation
    Plugin<Config>.ConfigPath
    Plugin<Config>.TranslationPath
    Plugin<Config>.OnReloaded()
    Plugin<Config>.OnRegisteringCommands()
    Plugin<Config>.OnUnregisteringCommands()
    Plugin<Config>.CompareTo(IPlugin<IConfig>)
    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 Source

    Instance

    Gets the static reference to this CustomItems class.

    Declaration
    public static CustomItems Instance { get; }
    Property Value
    Type Description
    CustomItems

    Methods

    | Improve this Doc View Source

    OnDisabled()

    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

    IPlugin<TConfig>
    System.IComparable<T>

    Extension Methods

    ConfigManager.LoadConfig(IPlugin<IConfig>, Dictionary<String, Object>)
    ConfigManager.LoadDefaultConfig(IPlugin<IConfig>, Dictionary<String, Object>)
    ConfigManager.LoadSeparatedConfig(IPlugin<IConfig>)
    PathExtensions.GetPath(IPlugin<IConfig>)
    TranslationManager.LoadTranslation(IPlugin<IConfig>, Dictionary<String, Object>)
    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX