Plex-FAWE/src/main/java/com/sk89q/worldedit
2013-03-16 17:15:00 -04:00
..
bags Made BlockBag use WorldVectors for add(Single)SourcePosition 2012-02-07 17:25:55 -08:00
blocks Added names for new items 2013-03-16 02:18:07 -04:00
bukkit Use correct method and mask to set blocks. 2013-03-16 17:15:00 -04:00
commands Revert "Made //undo and //redo disregard global masks." 2013-03-03 23:44:53 -05:00
cui Added initial support for plugin channels with WECUI 2012-03-28 11:01:44 -07:00
data Fix 4096 block id support in restore and schematic. (for real this time) 2013-02-24 14:57:34 -05:00
dev Log a few more things. Added BiomeCommands to doc printer. 2013-01-02 02:11:42 -05:00
expression Added [g]closest(x,y,z,index,count,stride) to the expression parser. 2012-07-13 17:29:21 +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
masks Add BlockMask which is able to filter by data 2012-08-29 11:51:45 +02:00
patterns License block changes 2012-01-20 08:24:32 +01:00
regions Fix off by one error when calculating Poly2D region dimensions. 2012-12-05 18:32:16 -05: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
snapshots Update PropertiesConfiguration. Catch potential NPE. 2013-02-24 01:53:14 -05:00
tools Merge korikisulda's butcher brush. 2013-01-19 09:35:47 -05:00
util Update PropertiesConfiguration. Catch potential NPE. 2013-02-24 01:53:14 -05:00
ArbitraryShape.java License block changes 2012-01-20 08:24:32 +01: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 Cleaned up ContainerBlock inventory reading from NBT 2012-03-29 21:14:45 -07:00
BlockVector2D.java License block changes 2012-01-20 08:24:32 +01:00
BlockWorldVector.java License block changes 2012-01-20 08:24:32 +01: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 Merge Moo0's data flag for distr. 2013-01-19 09:31:00 -05: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 Make forest and pumpkin gens respect toggleplace. Make pumpkin gen have random faces. 2013-01-27 03:03:05 -05: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 Add a config setting to allow creative mode players to override inventory setting. 2013-01-19 19:06:55 -05:00
LocalEntity.java Added basic entity handling with copy and paste. 2012-03-29 21:18:14 -07:00
LocalPlayer.java Add a config setting to allow creative mode players to override inventory setting. 2013-01-19 19:06:55 -05: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
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 Added Iron Golems and Ocelots to MobType. 2012-03-09 19:06:38 -05: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 Made Vector implement Comparable<Vector> instead of Comparable<BlockVector>. Oops 2012-06-07 12:18:22 +02:00
Vector2D.java Add positive() to Vector and Vector2D 2012-03-15 08:29:27 +01:00
VectorFace.java License block changes 2012-01-20 08:24:32 +01:00
WorldEdit.java Fixed WORLDEDIT-2717, max-blocks-changed . maximum overriden by default 2013-03-12 14:07:25 -07: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