FastAsyncWorldEdit/src/main/java/com/sk89q/jnbt
Meaglin 8aabfb0c67 Implemented new Anvil saving format, fixed old chunk saving format.
- Added 'Chunk' Interface.
 - Moved old 'Chunk' to 'OldChunk' and replaced dynamic world height reference with '128.
 - Added 'AnvilChunk' implementing the new anvil chunk format.
 - Added temp fixes to FileMcRegionChunkStore.java, TrueZipMcRegionChunkStore.java and ZippedMcRegionChunkStore.java too allow them to read .mca files.
 - Added the new 'IntArrayTag' since the new heightmap tag wasn't recognized.
 - Moved 'getChildTag' to 'NBTUtils'.
2012-03-06 22:41:49 +01:00
..
ByteArrayTag.java More file moving. 2011-05-01 01:30:33 -07:00
ByteTag.java More file moving. 2011-05-01 01:30:33 -07:00
CompoundTag.java More file moving. 2011-05-01 01:30:33 -07:00
DoubleTag.java More file moving. 2011-05-01 01:30:33 -07:00
EndTag.java More file moving. 2011-05-01 01:30:33 -07:00
FloatTag.java More file moving. 2011-05-01 01:30:33 -07:00
IntArrayTag.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
IntTag.java More file moving. 2011-05-01 01:30:33 -07:00
ListTag.java More file moving. 2011-05-01 01:30:33 -07:00
LongTag.java More file moving. 2011-05-01 01:30:33 -07:00
NBTConstants.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
NBTInputStream.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
NBTOutputStream.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
NBTUtils.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
ShortTag.java More file moving. 2011-05-01 01:30:33 -07:00
StringTag.java More file moving. 2011-05-01 01:30:33 -07:00
Tag.java More file moving. 2011-05-01 01:30:33 -07:00