Plex-FAWE/src/main/java/com/sk89q/worldedit/blocks
TomyLobo 2edf3559d8 EditSession: Split off a queueFinal, which contains only blocks that can be attached to other attached blocks.
This a speed improvement, since the recursive attachment checker turned out to be quite slow.
2011-11-01 21:58:50 +01:00
..
BaseBlock.java Cleanup. Cycler uses BaseBlock instead of BlockData directly. Fixed a few BlockType method inaccuracies. 2011-10-04 17:16:20 -04:00
BaseItem.java Removed trailing whitespaces. 2011-09-24 15:32:03 -04:00
BaseItemStack.java More file moving. 2011-05-01 01:30:33 -07:00
BlockData.java Updated to 1.9 2011-10-29 13:32:51 -04:00
BlockID.java Updated to 1.9 2011-10-29 13:32:51 -04:00
BlockType.java EditSession: Split off a queueFinal, which contains only blocks that can be attached to other attached blocks. 2011-11-01 21:58:50 +01:00
ChestBlock.java Removed trailing whitespaces. 2011-09-24 15:32:03 -04:00
ClothColor.java Added some constants com.sk89q.worldedit.blocks.ClothColor.ID.X = ClothColor.X.getID() 2011-09-28 10:57:30 +02:00
ContainerBlock.java More file moving. 2011-05-01 01:30:33 -07:00
DispenserBlock.java Abstracted all block IDs to BlockID and item ids to ItemType. Overloaded recently changed methods for compatibility and cleaned a few things up. 2011-09-03 13:01:51 -04:00
FurnaceBlock.java fixed superpickaxe for gravel & lightstone, preprocessors faster than postprocessors, added methods so same-type changes are visble client-side, fixed fixliquid & setblocks block count 2011-07-15 02:00:48 -05:00
ItemID.java Updated to 1.9 2011-10-29 13:32:51 -04:00
ItemType.java Updated to 1.9 2011-10-29 13:32:51 -04:00
MobSpawnerBlock.java Updated to 1.9 2011-10-29 13:32:51 -04:00
NoteBlock.java Abstracted all block IDs to BlockID and item ids to ItemType. Overloaded recently changed methods for compatibility and cleaned a few things up. 2011-09-03 13:01:51 -04:00
SignBlock.java Removed trailing whitespaces. 2011-09-24 15:32:03 -04:00
TileEntityBlock.java Removed trailing whitespaces. 2011-09-24 15:32:03 -04:00