Copyright © (C) 2021 hypothermic.nl
Authors: Matthijs Bakker (matthijs at hypothermic .nl).
encode/1 | |
encode_compound/1* | |
encode_string/1* | |
encode_tag/2* |
encode(Nbt::erl_nbt:nbt()) -> {ok, Binary::binary()} | {error, {invalid_nbt, Details::string()}}
encode_compound(Nbt) -> any()
encode_string(String) -> any()
encode_tag(Key, Value) -> any()
Generated by EDoc