Package logisticspipes.commands.commands.debug

Examples of logisticspipes.commands.commands.debug.MeCommand


    return new String[]{"Debug helper commands"};
  }

  @Override
  public void registerSubCommands() {
    this.registerSubCommand(new MeCommand());
    this.registerSubCommand(new TargetCommand());
    this.registerSubCommand(new CloseCommand());
    this.registerSubCommand(new RoutingTableCommand());
    this.registerSubCommand(new PipeCommand());
    this.registerSubCommand(new HandCommand());
View Full Code Here

TOP

Related Classes of logisticspipes.commands.commands.debug.MeCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.