0.3.2
Details
-
FilenameNBTLib.jar
-
Uploaded by
-
UploadedDec 1, 2013
-
Size32.55 KB
-
Downloads417
-
MD5ec55064e23409dae63e47c6077027c47
Supported Bukkit Versions
- 1.7.2
Changelog
0.3.2
- 1.7.2 compatible
- Added ClassProxy.isProxy()
0.3.1
- Fixed startup error (stupid me)
- Abstract methods won't be passed to the "filterMethod" method by the ClassProxy anymore.
0.3
- Added ClassProxy and MethodFilter
- Added NBTLib.getMinecraftClass(String) and NBTLib.getCraftbukkitClass(String)
0.2
- Minor bug fixes regarding compound and list tags (Maps and Lists are only copied if necessary, otherwise passed by reference)
- NBT.mapToNBT and NBT.NBTToMap made public.
0.1
- Initial release.