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

[Missing <summary> documentation for "M:fCraft.MapConversion.NBTag.ReadTag(System.IO.BinaryReader,fCraft.MapConversion.NBTType,System.String,fCraft.MapConversion.NBTag)"]

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

Syntax

   
 C# 
public static NBTag ReadTag(
	BinaryReader reader,
	NBTType type,
	string name,
	NBTag parent
)

Parameters

reader
BinaryReader
type
NBTType
name
String
parent
NBTag

See Also