Table of Contents

Class RuneSlot

Namespace
Nekoyume.Model.Rune
Assembly
Lib9c.dll
public class RuneSlot : IState
Inheritance
RuneSlot
Implements
Inherited Members

Constructors

RuneSlot(List)

public RuneSlot(List serialized)

Parameters

serialized List

RuneSlot(int, RuneSlotType, RuneType, bool)

public RuneSlot(int index, RuneSlotType runeSlotType, RuneType runeType, bool isLock)

Parameters

index int
runeSlotType RuneSlotType
runeType RuneType
isLock bool

Properties

Index

public int Index { get; }

Property Value

int

IsLock

public bool IsLock { get; }

Property Value

bool

RuneId

public int? RuneId { get; }

Property Value

int?

RuneSlotType

public RuneSlotType RuneSlotType { get; }

Property Value

RuneSlotType

RuneType

public RuneType RuneType { get; }

Property Value

RuneType

Methods

Equip(int)

public void Equip(int runeId)

Parameters

runeId int

Serialize()

public IValue Serialize()

Returns

IValue

Unequip()

public void Unequip()

Unlock()

public void Unlock()