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 SourceFindPoolForBloodType(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. |
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. |