Plex-FAWE/src/main/java/com/sk89q/worldedit/blocks
TomyLobo 9220831ea4 Fixed door rotation and disabled door y flipping.
Mojang radically changd the way doors work, so y flipping on a per-block
basis is now impossible.
2013-10-20 16:31:48 +02:00
..
BaseBlock.java Fixed equalsFuzzy returning true when it shouldn't 2013-03-15 22:25:57 -04:00
BaseItem.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
BaseItemStack.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
BlockData.java Fixed door rotation and disabled door y flipping. 2013-10-20 16:31:48 +02:00
BlockID.java Added blocks and items for MC 1.6 2013-07-02 07:34:41 -04:00
BlockType.java Added centralTopLimit property for hoppers. 2013-10-20 00:24:55 +02:00
ChestBlock.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
ClothColor.java License block changes 2012-01-20 08:24:32 +01:00
ContainerBlock.java Changed all references to BaseItem.getDamage to getData. 2012-08-24 13:39:52 +02:00
DispenserBlock.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
FurnaceBlock.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
ItemID.java Added blocks and items for MC 1.6 2013-07-02 07:34:41 -04:00
ItemType.java Added blocks and items for MC 1.6 2013-07-02 07:34:41 -04:00
MobSpawnerBlock.java Be less lazy handling MobSpawnerBlock tags. (Although once again, no one should actually being using this class.) 2013-05-12 13:23:31 -04:00
NoteBlock.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
SignBlock.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
SkullBlock.java Use actual data for skull blocks 2013-03-09 19:33:31 -05:00
TileEntityBlock.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00