Table of Contents

Struct TagSetFast

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll

A set of tags. When using JSON, this is stored as a string array.

[DocumentAsJson]
[JsonConverter(typeof(EntityTagSetConverter))]
public struct TagSetFast

Examples

"tags": ["humanoid", "player", "seraph", "huntable", "habitat-land"],