Show / Hide Table of Contents

    Interface IMonsterTypeLoader

    Interface for an IMonsterTypeLoader loader.

    Namespace: Fibula.Creatures.Contracts.Abstractions
    Assembly: Fibula.Creatures.Contracts.dll
    Syntax
    public interface IMonsterTypeLoader

    Methods

    | Improve this Doc View Source

    LoadTypes()

    Attempts to load the monster catalog.

    Declaration
    IDictionary<ushort, IMonsterTypeEntity> LoadTypes()
    Returns
    Type Description
    System.Collections.Generic.IDictionary<System.UInt16, IMonsterTypeEntity>

    The catalog, containing a mapping of loaded id to the monster types.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.