Table of Contents

Class ItemTypeCollectQuest

Namespace
Nekoyume.Model.Quest
Assembly
Lib9c.dll
[Serializable]
public class ItemTypeCollectQuest : Quest, IState
Inheritance
ItemTypeCollectQuest
Implements
Inherited Members

Constructors

ItemTypeCollectQuest(Dictionary)

public ItemTypeCollectQuest(Dictionary serialized)

Parameters

serialized Dictionary

ItemTypeCollectQuest(List)

public ItemTypeCollectQuest(List serialized)

Parameters

serialized List

ItemTypeCollectQuest(Row, QuestReward)

public ItemTypeCollectQuest(ItemTypeCollectQuestSheet.Row data, QuestReward reward)

Parameters

data ItemTypeCollectQuestSheet.Row
reward QuestReward

Fields

ItemIds

public readonly List<int> ItemIds

Field Value

List<int>

ItemType

public readonly ItemType ItemType

Field Value

ItemType

Properties

QuestType

public override QuestType QuestType { get; }

Property Value

QuestType

TypeId

protected override string TypeId { get; }

Property Value

string

Methods

Check()

public override void Check()

GetProgressText()

public override string GetProgressText()

Returns

string

Serialize()

public override IValue Serialize()

Returns

IValue

SerializeList()

public override IValue SerializeList()

Returns

IValue

Update(ItemBase)

public void Update(ItemBase item)

Parameters

item ItemBase