Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nbt_parser
v0.2.1
Top Level Namespace
Nbt
Reader
Region
Header
Tag
Id
Writer
XmlParser
Options
Built with Crystal 1.9.2
2023-10-08 14:44:14 UTC
class
Nbt::Writer
Nbt::Writer
Reference
Object
Defined in:
writer.cr
Class Method Summary
.write
(io : IO, tag : Tag)
.write_payload
(io : IO, tag : Tag)
.write_xml
(tag : Nbt::Tag, xml : XML::Builder)
Class Method Detail
def self.
write
(io : IO, tag :
Tag
)
#
[
View source
]
def self.
write_payload
(io : IO, tag :
Tag
)
#
[
View source
]
def self.
write_xml
(tag :
Nbt::Tag
, xml : XML::Builder)
#
[
View source
]