Table of Contents

Class Necklace

Namespace
Nekoyume.Model.Item
Assembly
Lib9c.dll
[Serializable]
public class Necklace : Equipment, INonFungibleItem, IEquippableItem, ITradableItem, IItem, IState
Inheritance
Necklace
Implements
Inherited Members
Extension Methods

Constructors

Necklace(Dictionary)

public Necklace(Dictionary serialized)

Parameters

serialized Dictionary

Necklace(Row, Guid, long, bool)

public Necklace(EquipmentItemSheet.Row data, Guid id, long requiredBlockIndex, bool madeWithMimisbrunnrRecipe = false)

Parameters

data EquipmentItemSheet.Row
id Guid
requiredBlockIndex long
madeWithMimisbrunnrRecipe bool

Necklace(SerializationInfo, StreamingContext)

protected Necklace(SerializationInfo info, StreamingContext _)

Parameters

info SerializationInfo
_ StreamingContext

Properties

TradableId

public Guid TradableId { get; }

Property Value

Guid