Table of Contents

Class TreeArrayAttribute

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll
public class TreeArrayAttribute : ArrayAttribute<TreeAttribute>, IAttribute
Inheritance
TreeArrayAttribute
Implements
Inherited Members

Constructors

TreeArrayAttribute()

public TreeArrayAttribute()

TreeArrayAttribute(TreeAttribute[])

public TreeArrayAttribute(TreeAttribute[] value)

Parameters

value TreeAttribute[]

Methods

Clone()

public IAttribute Clone()

Returns

IAttribute

FromBytes(BinaryReader)

public void FromBytes(BinaryReader stream)

Parameters

stream BinaryReader

GetAttributeId()

public int GetAttributeId()

Returns

int

ToBytes(BinaryWriter)

public void ToBytes(BinaryWriter stream)

Parameters

stream BinaryWriter