Plex-FAWE/src/main/java/com/sk89q/worldedit
2014-07-28 19:56:04 -07:00
..
blocks Code clean up, add preconditions, and correct Javadocs. 2014-07-26 01:29:51 -07:00
command Improve how //sel prints its available modes. 2014-07-28 19:56:04 -07:00
entity Code clean up, add preconditions, and correct Javadocs. 2014-07-26 01:29:51 -07:00
event Rewrite session code and add support for persistent sessions. 2014-07-27 20:44:05 -07:00
extension Refactor RegionSelectors so limits are passed in during selection. 2014-07-28 19:50:01 -07:00
extent Code clean up, add preconditions, and correct Javadocs. 2014-07-26 01:29:51 -07:00
function Add "=expression" mask. 2014-07-28 02:35:58 -07:00
history Code clean up, add preconditions, and correct Javadocs. 2014-07-26 01:29:51 -07:00
internal Add noise functions to the expression evaluator. 2014-07-28 02:15:41 -07:00
math Add Perlin, ridged multi-fractal, Voronoi noise generators via libnoise. 2014-07-28 02:15:30 -07:00
regions Refactor RegionSelectors so limits are passed in during selection. 2014-07-28 19:50:01 -07:00
schematic Code clean up, add preconditions, and correct Javadocs. 2014-07-26 01:29:51 -07:00
scripting Removed LocalPlayer from commands and removed various uses of old Mask and Pattern classes. 2014-06-28 01:01:49 -07:00
session Rewrite session code and add support for persistent sessions. 2014-07-27 20:44:05 -07:00
util Rewrite session code and add support for persistent sessions. 2014-07-27 20:44:05 -07:00
world Code clean up, add preconditions, and correct Javadocs. 2014-07-26 01:29:51 -07:00
BlockVector.java Standardized file headers. 2014-04-04 15:23:11 -07:00
BlockVector2D.java Standardized file headers. 2014-04-04 15:23:11 -07:00
BlockWorldVector.java Standardized file headers. 2014-04-04 15:23:11 -07:00
BlockWorldVector2D.java Standardized file headers. 2014-04-04 15:23:11 -07:00
CuboidClipboard.java Standardized file headers. 2014-04-04 15:23:11 -07:00
DisallowedItemException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
EditSession.java Made BukkitEntity keep a weak ref to the entity and cleaned up code. 2014-07-18 11:43:18 -07:00
EditSessionFactory.java Change docs in EditSessionFactory so it is more obvious what the change is. 2014-07-18 14:46:39 -07:00
EmptyClipboardException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
FilenameException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
FilenameResolutionException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
FileSelectionAbortedException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
IncompleteRegionException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
InvalidFilenameException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
InvalidItemException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
InvalidToolBindException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
LocalConfiguration.java Show where to get help. 2014-07-18 18:04:34 -07:00
LocalEntity.java Standardized file headers. 2014-04-04 15:23:11 -07:00
LocalPlayer.java Updated events to choose the best platform for certain tasks. 2014-06-27 13:14:44 -07:00
LocalSession.java Fix undo and redo broken by a precondition. 2014-07-27 22:04:28 -07:00
LocalWorld.java Re-implement /remove and /butcher with the new entity API. 2014-07-15 19:47:47 -07:00
Location.java Added a new Location and added Entity.getLocation(). 2014-04-26 19:48:30 -07:00
MaxBrushRadiusException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
MaxChangedBlocksException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
MaxRadiusException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
MobType.java Standardized file headers. 2014-04-04 15:23:11 -07:00
NotABlockException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
PlayerDirection.java Standardized file headers. 2014-04-04 15:23:11 -07:00
PlayerNeededException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
ServerInterface.java Created AbstractPlatform and deprecated ServerInterface. 2014-04-04 21:15:37 -07:00
UnknownBiomeTypeException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
UnknownDirectionException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
UnknownItemException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
Vector.java Convert newer API from radians to degrees. 2014-07-15 20:10:14 -07:00
Vector2D.java Convert newer API from radians to degrees. 2014-07-15 20:10:14 -07:00
VectorFace.java Standardized file headers. 2014-04-04 15:23:11 -07:00
WorldEdit.java Refactor RegionSelectors so limits are passed in during selection. 2014-07-28 19:50:01 -07:00
WorldEditException.java Standardized file headers. 2014-04-04 15:23:11 -07:00
WorldEditNotInstalled.java Standardized file headers. 2014-04-04 15:23:11 -07:00
WorldEditOperation.java Standardized file headers. 2014-04-04 15:23:11 -07:00
WorldVector.java Changed Location to use Extents rather than worlds and overhauled the new Entity code a bit. 2014-06-29 15:36:41 -07:00
WorldVector2D.java Standardized file headers. 2014-04-04 15:23:11 -07:00
WorldVectorFace.java Standardized file headers. 2014-04-04 15:23:11 -07:00