Show / Hide Table of Contents

    Interface IPredefinedItemSet

    Interface that defines pre-defined items that are used by the server logic.

    Namespace: Fibula.Items.Contracts.Abstractions
    Assembly: Fibula.Items.Contracts.dll
    Syntax
    public interface IPredefinedItemSet

    Methods

    | Improve this Doc View Source

    FindPoolForBloodType(BloodType)

    Finds the splatter IItemTypeEntity for a given blood type.

    Declaration
    IItemTypeEntity FindPoolForBloodType(BloodType bloodType)
    Parameters
    Type Name Description
    BloodType bloodType

    The type of blood to look the item type for.

    Returns
    Type Description
    IItemTypeEntity

    The IItemTypeEntity that's predefined for that blood type, or null if none is.

    | Improve this Doc View Source

    FindSplatterForBloodType(BloodType)

    Finds the splatter IItemTypeEntity for a given blood type.

    Declaration
    IItemTypeEntity FindSplatterForBloodType(BloodType bloodType)
    Parameters
    Type Name Description
    BloodType bloodType

    The type of blood to look the item type for.

    Returns
    Type Description
    IItemTypeEntity

    The IItemTypeEntity that's predefined for that blood type, or null if none is.

    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.