C# Class fNbt.NbtReaderNode

Show file Open project: neptune12100/SpellLibrary Class Usage Examples

Public Properties

Property Type Description
ListIndex int
ListType NbtTagType
ParentName string
ParentTagLength int
ParentTagType NbtTagType

Property Details

ListIndex public property

public int ListIndex
return int

ListType public property

public NbtTagType ListType
return NbtTagType

ParentName public property

public string ParentName
return string

ParentTagLength public property

public int ParentTagLength
return int

ParentTagType public property

public NbtTagType ParentTagType
return NbtTagType