Table of Contents

Class JsonTreeAttribute

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll
public class JsonTreeAttribute
Inheritance
JsonTreeAttribute
Inherited Members

Fields

elems

public Dictionary<string, JsonTreeAttribute> elems

Field Value

Dictionary<string, JsonTreeAttribute>

type

public EnumAttributeType type

Field Value

EnumAttributeType

value

public string value

Field Value

string

values

public string[] values

Field Value

string[]

Methods

Clone()

public JsonTreeAttribute Clone()

Returns

JsonTreeAttribute

ToAttribute(IWorldAccessor)

public IAttribute ToAttribute(IWorldAccessor resolver)

Parameters

resolver IWorldAccessor

Returns

IAttribute