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