Package com.sk89q.worldedit.command
Class ExpandCommands
java.lang.Object
com.sk89q.worldedit.command.ExpandCommands
Extracted from 
SelectionCommands to allow importing of Command.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexpand(Actor actor, World world, LocalSession session, int amount, int reverseAmount, List<BlockVector3> direction) static voidregister(CommandRegistrationHandler registration, org.enginehub.piston.CommandManager commandManager, org.enginehub.piston.CommandManagerService commandManagerService) 
- 
Constructor Details- 
ExpandCommandspublic ExpandCommands()
 
- 
- 
Method Details- 
registerpublic static void register(CommandRegistrationHandler registration, org.enginehub.piston.CommandManager commandManager, org.enginehub.piston.CommandManagerService commandManagerService) 
- 
expandpublic void expand(Actor actor, World world, LocalSession session, @Arg(desc="Amount to expand the selection by, can be `vert` to expand to the whole vertical column") int amount, @Arg(desc="Amount to expand the selection by in the other direction",def="0") int reverseAmount, @Arg(desc="Direction to expand",def="me") List<BlockVector3> direction) throws WorldEditException - Throws:
- WorldEditException
 
 
-