Package com.sk89q.worldedit.command
Class WorldEditCommands
java.lang.Object
com.sk89q.worldedit.command.WorldEditCommands
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cui
(Player player, LocalSession session) void
void
void
void
void
tz
(Actor actor, LocalSession session, String timezone) void
-
Constructor Details
-
WorldEditCommands
-
-
Method Details
-
version
-
reload
-
report
- Throws:
WorldEditException
-
threads
- Throws:
WorldEditException
-
cui
-
tz
-
help
public void help(Actor actor, @Switch(name='s',desc="List sub-commands of the given command, if applicable") boolean listSubCommands, @ArgFlag(name='p',desc="The page to retrieve",def="1") int page, @Arg(desc="The command to retrieve help for",def="",variable=true) List<String> command) throws WorldEditException - Throws:
WorldEditException
-