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

[Missing <summary> documentation for "T:fCraft.MapConversion.NBTList"]

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

Syntax

   
 C# 
public sealed class NBTList : NBTag

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NBTList()()()()
Initializes a new instance of the NBTList class
NBTList(String, NBTType, ICollection)
Initializes a new instance of the NBTList class
NBTList(String, NBTType, Int32)
Initializes a new instance of the NBTList class
Append(NBTag) (Inherited from NBTag.)
Append(array<NBTag>[]()[][]) (Inherited from NBTag.)
Append(String, array<NBTag>[]()[][]) (Inherited from NBTag.)
Append(String, Byte) (Inherited from NBTag.)
Append(String, array<Byte>[]()[][]) (Inherited from NBTag.)
Append(String, Double) (Inherited from NBTag.)
Append(String, Int16) (Inherited from NBTag.)
Append(String, Int32) (Inherited from NBTag.)
Append(String, Int64) (Inherited from NBTag.)
Append(String, Single) (Inherited from NBTag.)
Append(String, String) (Inherited from NBTag.)
Contains(String) (Inherited from NBTag.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FullName (Inherited from NBTag.)
Get(String, Byte) (Inherited from NBTag.)
Get(String, array<Byte>[]()[][]) (Inherited from NBTag.)
Get(String, Double) (Inherited from NBTag.)
Get(String, Int16) (Inherited from NBTag.)
Get(String, Int32) (Inherited from NBTag.)
Get(String, Int64) (Inherited from NBTag.)
Get(String, Single) (Inherited from NBTag.)
Get(String, String) (Inherited from NBTag.)
GetByte()()()() (Inherited from NBTag.)
GetBytes()()()() (Inherited from NBTag.)
GetDouble()()()() (Inherited from NBTag.)
GetEnumerator()()()() (Inherited from NBTag.)
GetFloat()()()() (Inherited from NBTag.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInt()()()() (Inherited from NBTag.)
GetLong()()()() (Inherited from NBTag.)
GetShort()()()() (Inherited from NBTag.)
GetString()()()() (Inherited from NBTag.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndentedName (Inherited from NBTag.)
Item[([( Int32])]) (Inherited from NBTag.)
Item[([( String])]) (Inherited from NBTag.)
ListType
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name (Inherited from NBTag.)
Parent (Inherited from NBTag.)
Payload (Inherited from NBTag.)
Remove()()()() (Inherited from NBTag.)
Remove(String) (Inherited from NBTag.)
Set(Object) (Inherited from NBTag.)
Tags
ToString()()()() (Inherited from NBTag.)
ToString(Boolean) (Inherited from NBTag.)
Type (Inherited from NBTag.)
WriteTag(BinaryWriter) (Inherited from NBTag.)
WriteTag(Stream) (Inherited from NBTag.)
WriteTag(String) (Inherited from NBTag.)
WriteTag(BinaryWriter, Boolean) (Inherited from NBTag.)

Inheritance Hierarchy

System..::..Object
  fCraft.MapConversion..::..NBTag
    fCraft.MapConversion..::..NBTList

See Also