[This is preliminary documentation and is subject to change.]

Initializes a new instance of the NBTList class

Namespace: fCraft.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public NBTList(
	string name,
	NBTType type,
	ICollection payloads
)

Parameters

name
String
type
NBTType
payloads
ICollection

See Also