pmmp / NBT

PHP library for working with the NBT (Named Binary Tag) data storage format, as designed by Mojang.
GNU Lesser General Public License v3.0
40 stars 20 forks source link

Make Tag->getTypeName() public #100

Open dktapps opened 2 years ago

dktapps commented 2 years ago

This was originally added as protected when the new toString() format was implemented. However, it would be useful for third party implementations (in PM it would be mainly useful for error reporting).