Plex-FAWE/src/main/java/com/sk89q
Albert Pham 04c31262f7 Added a new command dispatcher that injects different parameters dynamically.
This reduces the boilerplate code needed to parse arguments in each command, and reduces the need to maintain command documentation with @Command.

Example:

@Command(aliases = "/set", desc = "Set all the blocks inside the selection to a block")
@CommandPermissions("worldedit.region.set")
@Logging(REGION)
void setBlocks(LocalPlayer player, EditSession editSession, @Selection Region region, Pattern replaceWith) {
    // Perform command
}
2013-06-18 14:50:46 -07:00
..
bukkit/util Fixed 2 warnings. 2012-05-27 20:30:17 +02:00
jnbt Added missing TYPE_DOUBLE in NBTConstants.getClassFromType(). 2012-08-24 12:28:29 -07:00
minecraft/util/commands Added a new command dispatcher that injects different parameters dynamically. 2013-06-18 14:50:46 -07:00
rebar/command Added a new command dispatcher that injects different parameters dynamically. 2013-06-18 14:50:46 -07:00
util Make the getList related things in YAMLProcessor w 2013-02-12 20:04:13 +10:00
wepif Use equalsIgnoreCase to check for perm plugins, and check for GroupManager 2013-06-10 17:02:30 -04:00
worldedit Horrible 0-day fix. Super important to upgrade. 2013-06-03 16:54:14 -04:00