Plex-FAWE/src/com/sk89q/worldedit
2011-01-19 01:12:05 -08:00
..
bags Added the ability to use (require) inventory with operations. 2010-12-31 14:31:49 -08:00
blocks Added support for cloth color with the super pickaxe drops. 2011-01-17 20:30:54 -08:00
bukkit Ported block tracing code to WorldEdit. 2011-01-19 01:12:05 -08:00
data Worked around some ZIP-related bugs. 2010-12-31 01:18:08 -08:00
filters Added //smooth 2010-11-21 22:58:05 +01:00
patterns Added support for random block placement with //set. Made //set faster. 2010-11-06 14:43:56 -07:00
regions Added /listchunks and /delchunks. 2010-10-28 10:27:30 -07:00
snapshots Initial abstraction. 2010-12-31 17:06:42 -08:00
superpickaxe Fixed block bags not being flushed in super pickaxe modes. 2011-01-17 21:26:18 -08:00
util Ported block tracing code to WorldEdit. 2011-01-19 01:12:05 -08:00
BlockVector2D.java Added data framework (com.sk89q.worldedit.data.*); moved schematic loading/saving towards data framework; added work-in-progress EditSession.restoreBackup(). 2010-10-20 02:12:16 -07:00
BlockVector.java Updated item/block lists, added Bukkit API for other plugins, moved some things around. 2011-01-16 09:39:11 -08:00
BlockWorldVector.java Cleaned up some code, changed WorldEdit to be world-aware (finally). 2011-01-01 10:33:18 -08:00
Countable.java Added //count and //distr. 2010-11-16 23:00:17 -08:00
CuboidClipboard.java Updated item/block lists, added Bukkit API for other plugins, moved some things around. 2011-01-16 09:39:11 -08:00
DisallowedItemException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
DoubleArrayList.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
EditSession.java Added pine tree tool. 2011-01-17 17:05:18 -08:00
EmptyClipboardException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
HeightMap.java Updated item/block lists, added Bukkit API for other plugins, moved some things around. 2011-01-16 09:39:11 -08:00
IncompleteRegionException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
InsufficientArgumentsException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
InvalidItemException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
LocalConfiguration.java Added sphere brush tool. 2011-01-09 11:14:55 -08:00
LocalPlayer.java Ported block tracing code to WorldEdit. 2011-01-19 01:12:05 -08:00
LocalSession.java Added sphere brush tool. 2011-01-09 11:14:55 -08:00
LocalWorld.java Added support for cloth color with the super pickaxe drops. 2011-01-17 20:30:54 -08:00
LogFormat.java Added basic command logging and logging to file. 2010-11-05 22:37:16 -07:00
MaxChangedBlocksException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
MaxRadiusException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
ReplacingEditSession.java Added sphere brush tool. 2011-01-09 11:14:55 -08:00
ServerInterface.java Moved most methods of ServerInterface to LocalWorld. 2011-01-08 11:26:27 -08:00
UnknownDirectionException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
UnknownItemException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
Vector2D.java Added data framework (com.sk89q.worldedit.data.*); moved schematic loading/saving towards data framework; added work-in-progress EditSession.restoreBackup(). 2010-10-20 02:12:16 -07:00
Vector.java Ported block tracing code to WorldEdit. 2011-01-19 01:12:05 -08:00
WorldEditController.java Now prints an error message if permission is not available. 2011-01-17 20:43:30 -08:00
WorldEditException.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
WorldEditNotInstalled.java Fixed Java warnings. 2010-12-29 23:15:53 -08:00
WorldVector.java Fixed inaccuracy with LocalPlayer.getBlockIn() and LocalPlayer.getBlockOn(). 2011-01-08 10:52:48 -08:00