Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nbt
master
NBT
B64Value
Component
NamedTag
NBTString
Reader
Tag
Type
Built with Crystal 1.9.2
2023-10-07 20:23:09 UTC
class
NBT::Reader
NBT::Reader
Reference
Object
Defined in:
nbt.cr
Constructors
.new
(io : IO)
Instance Method Summary
#io
: IO
#read_direct
: Tag
#read_named
: NamedTag
#read_nbt_type
(type : UInt8) : Tag
#read_string
: NBTString
Constructor Detail
def self.
new
(io : IO)
#
[
View source
]
Instance Method Detail
def
io
: IO
#
[
View source
]
def
read_direct
:
Tag
#
[
View source
]
def
read_named
:
NamedTag
#
[
View source
]
def
read_nbt_type
(type : UInt8) :
Tag
#
[
View source
]
def
read_string
:
NBTString
#
[
View source
]