What is the meaning of "named binary tag"?
What about NBT is binary?
1 1 Answer
The word binary is in the name because it stores binary data, as opposed to text data. See the NBT specification:
NBT (Named Binary Tag) is a tag based binary format designed to carry large amounts of binary data with smaller amounts of additional data.
7