Implement NbtIO and some unit tests using the HelloWorld NBT

This commit is contained in:
zontreck 2024-05-05 23:30:27 -07:00
parent 3a3c5f5822
commit c867982482
4 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1 @@
class InvalidNbtDataException implements Exception {}