Table of Contents

Class ConsumableItemRecipeSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class ConsumableItemRecipeSheet.Row : SheetRow<int>
Inheritance
ConsumableItemRecipeSheet.Row
Derived
Inherited Members

Properties

Id

public int Id { get; }

Property Value

int

Key

public override int Key { get; }

Property Value

int

Materials

public List<EquipmentItemSubRecipeSheet.MaterialInfo> Materials { get; }

Property Value

List<EquipmentItemSubRecipeSheet.MaterialInfo>

RequiredActionPoint

public int RequiredActionPoint { get; }

Property Value

int

RequiredBlockIndex

public long RequiredBlockIndex { get; }

Property Value

long

RequiredGold

public decimal RequiredGold { get; }

Property Value

decimal

ResultConsumableItemId

public int ResultConsumableItemId { get; }

Property Value

int

Methods

GetAllMaterials()

public IEnumerable<EquipmentItemSubRecipeSheet.MaterialInfo> GetAllMaterials()

Returns

IEnumerable<EquipmentItemSubRecipeSheet.MaterialInfo>

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>