Table of Contents

Interface ITagSet

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public interface ITagSet
Extension Methods

Properties

Empty

public static abstract ITagSet Empty { get; }

Property Value

ITagSet

TypeCode

public static abstract string TypeCode { get; }

Property Value

string

Methods

GetArray(IEnumerable<ushort>)

public static abstract ITagSet GetArray(IEnumerable<ushort> indexes)

Parameters

indexes IEnumerable<ushort>

Returns

ITagSet

GetIndexes()

IEnumerable<ushort> GetIndexes()

Returns

IEnumerable<ushort>