Package com.sk89q.worldedit.command
Class ScriptingCommands
java.lang.Object
com.sk89q.worldedit.command.ScriptingCommands
Commands related to scripting.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidexecuteLast(Player player, LocalSession session, List<String> args) 
- 
Constructor Details- 
ScriptingCommandsCreate a new instance.- Parameters:
- worldEdit- reference to WorldEdit
 
 
- 
- 
Method Details- 
executepublic void execute(Player player, LocalSession session, @Arg(desc="Filename of the CraftScript to load") String filename, @Arg(desc="Arguments to the CraftScript",def="",variable=true) List<String> args) throws WorldEditException - Throws:
- WorldEditException
 
- 
executeLastpublic void executeLast(Player player, LocalSession session, @Arg(desc="Arguments to the CraftScript",def="",variable=true) List<String> args) throws WorldEditException - Throws:
- WorldEditException
 
 
-