Interface ITagSet
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public interface ITagSet
- Extension Methods
Properties
Empty
public static abstract ITagSet Empty { get; }
Property Value
TypeCode
public static abstract string TypeCode { get; }
Property Value
Methods
GetArray(IEnumerable<ushort>)
public static abstract ITagSet GetArray(IEnumerable<ushort> indexes)
Parameters
indexesIEnumerable<ushort>
Returns
GetIndexes()
IEnumerable<ushort> GetIndexes()