Package logisticspipes.proxy.specialtankhandler

Examples of logisticspipes.proxy.specialtankhandler.BuildCraftTankHandler


public class SpecialTankHandlerManager {

  public static void load() {
    if(Loader.isModLoaded("BuildCraft|Factory")) {
      SimpleServiceLocator.specialTankHandler.registerHandler(new BuildCraftTankHandler());
    }
  }
View Full Code Here

TOP

Related Classes of logisticspipes.proxy.specialtankhandler.BuildCraftTankHandler

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.