Plex-FAWE/src/main/java/com/sk89q/worldedit
2013-11-01 20:24:09 +01:00
..
bags Removed nonexistant parameter from javadoc. 2013-08-27 11:49:27 -04:00
blocks Made hay blocks rotate like logs. 2013-10-20 16:31:50 +02:00
bukkit Made /up and /ceil benefit from fly mode. 2013-10-25 18:22:11 +02:00
commands Added /curve. 2013-11-01 20:24:09 +01:00
cui Added a ConvexPolyhedralRegion and selector 2013-08-06 11:50:35 -04:00
data Made McRegionReader.getChunkInputStream() throw a DataException instead of returning a null when an ungenerated chunk is encountered. 2013-06-02 12:14:56 -07:00
dev Log a few more things. Added BiomeCommands to doc printer. 2013-01-02 02:11:42 -05:00
expression Fixed the query functions not comparing data values at all for their return values. 2013-09-25 00:37:54 +02:00
filtering License block changes 2012-01-20 08:24:32 +01:00
foundation Fixed foundation class Block not taking -1 as a valid data value (used for wildcard matching of the data value). 2012-08-24 16:10:18 -07:00
interpolation Added /curve. 2013-11-01 20:24:09 +01:00
masks Added a SolidBlockMask (#solid). 2013-10-30 08:49:14 +01:00
patterns License block changes 2012-01-20 08:24:32 +01:00
regions The Sphere selector can now also shrink the region. 2013-08-24 10:59:23 +02:00
schematic Fix 4096 block id support in restore and schematic. (for real this time) 2013-02-24 14:57:34 -05:00
scripting Pass LocalPlayers to the EditSession getters for easy external access 2013-01-12 01:00:06 -05:00
shape Added a //generatebiome command, which uses formulae to generate free-form biomes. 2013-11-01 20:09:30 +01:00
snapshots Snapshot restore now obeys masks again. 2013-11-01 20:09:28 +01:00
tools Merge korikisulda's butcher brush. 2013-01-19 09:35:47 -05:00
util Made everything that uses canPassThrough use data values. 2013-10-17 11:03:55 +02:00
BiomeType.java Biome clean up & fixes 2012-04-10 13:09:47 +02:00
BiomeTypes.java Add biome support 2012-03-20 18:09:48 -07:00
BlockVector.java Added constants to Vector2D, BlockVector and BlockVector2D and made the ones in Vector final. 2013-08-06 11:50:38 -04:00
BlockVector2D.java Added constants to Vector2D, BlockVector and BlockVector2D and made the ones in Vector final. 2013-08-06 11:50:38 -04:00
BlockWorldVector.java Made BlockWorldVector.equals accept all kinds of Vectors, not just WorldVectors. 2013-08-06 11:50:40 -04:00
BlockWorldVector2D.java License block changes 2012-01-20 08:24:32 +01:00
Countable.java License block changes 2012-01-20 08:24:32 +01:00
CuboidClipboard.java Fixed not flipping the center plane blocks. 2013-10-20 16:31:46 +02:00
DisallowedItemException.java License block changes 2012-01-20 08:24:32 +01:00
DoubleArrayList.java License block changes 2012-01-20 08:24:32 +01:00
EditSession.java Added /curve. 2013-11-01 20:24:09 +01:00
EditSessionFactory.java Pass LocalPlayers to the EditSession getters for easy external access 2013-01-12 01:00:06 -05:00
EmptyClipboardException.java License block changes 2012-01-20 08:24:32 +01:00
EntityType.java Added ALL and ITEM_FRAME to /remove'able entities 2012-12-25 16:44:54 -05:00
FilenameException.java License block changes 2012-01-20 08:24:32 +01:00
FilenameResolutionException.java License block changes 2012-01-20 08:24:32 +01:00
FileSelectionAbortedException.java License block changes 2012-01-20 08:24:32 +01:00
HeightMap.java License block changes 2012-01-20 08:24:32 +01:00
IncompleteRegionException.java License block changes 2012-01-20 08:24:32 +01:00
InvalidFilenameException.java License block changes 2012-01-20 08:24:32 +01:00
InvalidItemException.java License block changes 2012-01-20 08:24:32 +01:00
InvalidToolBindException.java License block changes 2012-01-20 08:24:32 +01:00
LocalConfiguration.java Added a separate point maximum for polyhedral selections. 2013-08-16 08:18:36 +02:00
LocalEntity.java Added basic entity handling with copy and paste. 2012-03-29 21:18:14 -07:00
LocalPlayer.java Made /up and /ceil benefit from fly mode. 2013-10-25 18:22:11 +02:00
LocalSession.java Pass LocalPlayers to the EditSession getters for easy external access 2013-01-12 01:00:06 -05:00
LocalWorld.java Add support for skull blocks. 2013-01-13 04:37:36 -05:00
Location.java Add toString to Location 2013-01-02 19:43:32 -05:00
LogFormat.java License block changes 2012-01-20 08:24:32 +01:00
MaxBrushRadiusException.java Fixed some warnings. 2013-08-03 14:46:37 +02:00
MaxChangedBlocksException.java License block changes 2012-01-20 08:24:32 +01:00
MaxRadiusException.java License block changes 2012-01-20 08:24:32 +01:00
MobType.java Update MobType list, even though it's almost never used. 2013-07-02 07:34:42 -04:00
PlayerDirection.java update cardinal directions to match Minecraft 2012-12-02 01:19:37 +01:00
PlayerNeededException.java Added license blocks to some files that were still missing them. 2011-12-26 00:57:26 +01:00
ServerInterface.java Add biome support 2012-03-20 18:09:48 -07:00
SessionCheck.java License block changes 2012-01-20 08:24:32 +01:00
UnknownBiomeTypeException.java Add biome support 2012-03-20 18:09:48 -07:00
UnknownDirectionException.java License block changes 2012-01-20 08:24:32 +01:00
UnknownItemException.java License block changes 2012-01-20 08:24:32 +01:00
Vector.java Added constants to Vector2D, BlockVector and BlockVector2D and made the ones in Vector final. 2013-08-06 11:50:38 -04:00
Vector2D.java Added constants to Vector2D, BlockVector and BlockVector2D and made the ones in Vector final. 2013-08-06 11:50:38 -04:00
VectorFace.java License block changes 2012-01-20 08:24:32 +01:00
WorldEdit.java Added a SolidBlockMask (#solid). 2013-10-30 08:49:14 +01:00
WorldEditException.java License block changes 2012-01-20 08:24:32 +01:00
WorldEditNotInstalled.java License block changes 2012-01-20 08:24:32 +01:00
WorldEditOperation.java License block changes 2012-01-20 08:24:32 +01:00
WorldEditPermissionException.java License block changes 2012-01-20 08:24:32 +01:00
WorldVector.java License block changes 2012-01-20 08:24:32 +01:00
WorldVector2D.java License block changes 2012-01-20 08:24:32 +01:00
WorldVectorFace.java License block changes 2012-01-20 08:24:32 +01:00