League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class EnchantmentGroup

    Inheritance
    System.Object
    EnchantmentGroup
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class EnchantmentGroup : IMetaClass

    Properties

    | Improve this Doc View Source

    BaseItems

    Declaration
    public MetaContainer<int> BaseItems { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Int32>
    | Improve this Doc View Source

    CanSidegrade

    Declaration
    public bool CanSidegrade { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Enchantments

    Declaration
    public MetaContainer<int> Enchantments { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Int32>
    | Improve this Doc View Source

    ItemIdRangeMaximum

    Declaration
    public uint ItemIdRangeMaximum { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ItemIdRangeMinimum

    Declaration
    public uint ItemIdRangeMinimum { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass