Table of Contents

Class AgentState

Namespace
Nekoyume.Model.State
Assembly
Lib9c.dll

Agent의 상태 모델이다.

[Serializable]
public class AgentState : State, IState, ICloneable
Inheritance
AgentState
Implements
Inherited Members

Constructors

AgentState(Dictionary)

public AgentState(Dictionary serialized)

Parameters

serialized Dictionary

AgentState(List)

public AgentState(List serialized)

Parameters

serialized List

AgentState(Address)

public AgentState(Address address)

Parameters

address Address

Fields

CurrentVersion

public const int CurrentVersion = 1

Field Value

int

avatarAddresses

public readonly Dictionary<int, Address> avatarAddresses

Field Value

Dictionary<int, Address>

Properties

MonsterCollectionRound

public int MonsterCollectionRound { get; }

Property Value

int

Version

public int Version { get; }

Property Value

int

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.

IncreaseCollectionRound()

public void IncreaseCollectionRound()

Serialize()

public override IValue Serialize()

Returns

IValue

SerializeList()

public IValue SerializeList()

Returns

IValue