Class WorldEditCommands

java.lang.Object
com.sk89q.worldedit.command.WorldEditCommands

public class WorldEditCommands extends Object
  • Constructor Details

    • WorldEditCommands

      public WorldEditCommands(WorldEdit we)
  • Method Details

    • version

      public void version(Actor actor)
    • reload

      public void reload(Actor actor)
    • report

      public void report(Actor actor, @Switch(name='p',desc="Pastebins the report") boolean pastebin) throws WorldEditException
      Throws:
      WorldEditException
    • cui

      public void cui(Player player, LocalSession session)
    • tz

      public void tz(Actor actor, LocalSession session, @Arg(desc="The timezone to set") String timezone)
    • 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