sel-nbt ~master (2020-01-01T00:08:08Z)
Dub
Repo
IList
sel
nbt
tags
Undocumented in source.
interface
IList {
ubyte
childType
[@property getter];
Tag
[]
tags
[@property getter];
size_t
length
[@property getter];
}
Members
Properties
childType
ubyte
childType
[@property getter]
Undocumented in source.
length
size_t
length
[@property getter]
Undocumented in source.
tags
Tag
[]
tags
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
sel
nbt
tags
aliases
Bool
Byte
ByteArray
Double
Float
Int
IntArray
Long
LongArray
Short
String
Tags
classes
ArrayTag
Compound
List
ListImpl
ListOf
NumericArrayTag
SimpleTag
Tag
enums
NBT_TYPE
interfaces
IList
templates
Named