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

Syntax

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

Parameters

reader
BinaryReader

[Missing <param name="reader"/> documentation for "M:fCraft.MapConversion.NBTag.ReadTag(System.IO.BinaryReader,fCraft.MapConversion.NBTType,System.String,fCraft.MapConversion.NBTag)"]

type
NBTType

[Missing <param name="type"/> documentation for "M:fCraft.MapConversion.NBTag.ReadTag(System.IO.BinaryReader,fCraft.MapConversion.NBTType,System.String,fCraft.MapConversion.NBTag)"]

name
String

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

parent
NBTag

[Missing <param name="parent"/> documentation for "M:fCraft.MapConversion.NBTag.ReadTag(System.IO.BinaryReader,fCraft.MapConversion.NBTType,System.String,fCraft.MapConversion.NBTag)"]

Return Value

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

See Also