Plex-FAWE/src/main/java/com/sk89q/worldedit/blocks
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
..
BaseBlock.java BaseBlock changes 2012-01-31 16:57:40 +01:00
BaseItem.java Revert "Using trove collections for most internal stuff, using array access in BlockType and ItemType" 2012-01-22 19:04:56 -08:00
BaseItemStack.java License block changes 2012-01-20 08:24:32 +01:00
BlockData.java License block changes 2012-01-20 08:24:32 +01:00
BlockID.java Updated for new 1.2 blocks 2012-03-01 20:33:03 -08:00
BlockType.java Updated for new 1.2 blocks 2012-03-01 20:33:03 -08:00
ChestBlock.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
ClothColor.java License block changes 2012-01-20 08:24:32 +01:00
ContainerBlock.java License block changes 2012-01-20 08:24:32 +01:00
DispenserBlock.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
FurnaceBlock.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
ItemID.java Updated for new 1.2 blocks 2012-03-01 20:33:03 -08:00
ItemType.java Updated for new 1.2 blocks 2012-03-01 20:33:03 -08:00
MobSpawnerBlock.java Implemented new Anvil saving format, fixed old chunk saving format. 2012-03-06 22:41:49 +01:00
NoteBlock.java License block changes 2012-01-20 08:24:32 +01:00
SignBlock.java License block changes 2012-01-20 08:24:32 +01:00
TileEntityBlock.java Use the correct Map<String, Tag> when writing enchantments 2012-03-03 16:47:22 -08:00