Package logisticspipes.commands.commands.wrapper

Examples of logisticspipes.commands.commands.wrapper.ListCommand


    return new String[]{"wrapper controll commands"};
  }

  @Override
  public void registerSubCommands() {
    this.registerSubCommand(new ListCommand());
    this.registerSubCommand(new EnableCommand());
    this.registerSubCommand(new ShowCommand());
  }
View Full Code Here

TOP

Related Classes of logisticspipes.commands.commands.wrapper.ListCommand

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.