Table of Contents

Class MapDecorationDataComponent

Namespace
Obsidian.API.Inventory.DataComponents
Assembly
Obsidian.API.dll
public sealed class MapDecorationDataComponent : IDataComponent
Inheritance
MapDecorationDataComponent
Implements
Inherited Members

Properties

Decorations

public required Dictionary<string, MapDecoration> Decorations { get; set; }

Property Value

Dictionary<string, MapDecoration>

Identifier

public string Identifier { get; }

Property Value

string

Type

public DataComponentType Type { get; }

Property Value

DataComponentType

Methods

Read(INetStreamReader)

public void Read(INetStreamReader reader)

Parameters

reader INetStreamReader

Write(INetStreamWriter)

public void Write(INetStreamWriter writer)

Parameters

writer INetStreamWriter