[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.2.4 (0.6.2.4)

Syntax

   
 C# 
public NBTList(
	string name,
	NBTType type,
	List<Object> payloads
)

Parameters

name
String

[Missing <param name="name"/> documentation for "M:fCraft.MapConversion.NBTList.#ctor(System.String,fCraft.MapConversion.NBTType,System.Collections.Generic.List{System.Object})"]

type
NBTType

[Missing <param name="type"/> documentation for "M:fCraft.MapConversion.NBTList.#ctor(System.String,fCraft.MapConversion.NBTType,System.Collections.Generic.List{System.Object})"]

payloads
List<(Of <(<'Object>)>)>

[Missing <param name="payloads"/> documentation for "M:fCraft.MapConversion.NBTList.#ctor(System.String,fCraft.MapConversion.NBTType,System.Collections.Generic.List{System.Object})"]

See Also