Table of Contents

Class ArrayAttribute<T>

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll
public abstract class ArrayAttribute<T>

Type Parameters

T
Inheritance
ArrayAttribute<T>
Derived
Inherited Members

Fields

value

public T[] value

Field Value

T[]

Methods

Equals(IWorldAccessor, IAttribute)

public virtual bool Equals(IWorldAccessor worldForResolve, IAttribute attr)

Parameters

worldForResolve IWorldAccessor
attr IAttribute

Returns

bool

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetValue()

public virtual object GetValue()

Returns

object

ToJsonToken()

public virtual string ToJsonToken()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.