[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.0 (0.6.3.0)

Syntax

   
 C# 
public NBTList(
	string name,
	NBTType type,
	int count
)

Parameters

name
String

[Missing <param name="name"/> documentation for "M:fCraft.MapConversion.NBTList.#ctor(System.String,fCraft.MapConversion.NBTType,System.Int32)"]

type
NBTType

[Missing <param name="type"/> documentation for "M:fCraft.MapConversion.NBTList.#ctor(System.String,fCraft.MapConversion.NBTType,System.Int32)"]

count
Int32

[Missing <param name="count"/> documentation for "M:fCraft.MapConversion.NBTList.#ctor(System.String,fCraft.MapConversion.NBTType,System.Int32)"]

See Also