Package logisticspipes.proxy.specialinventoryhandler

Examples of logisticspipes.proxy.specialinventoryhandler.DigitalChestHandler


    if(Loader.isModLoaded("factorization")) {
      SimpleServiceLocator.inventoryUtilFactory.registerHandler(new BarrelInventoryHandler());
    }
   
    if(Loader.isModLoaded("GregTech_Addon")) {
      SimpleServiceLocator.inventoryUtilFactory.registerHandler(new DigitalChestHandler());
    }

    if(Loader.isModLoaded("betterstorage")) {
      SimpleServiceLocator.inventoryUtilFactory.registerHandler(new CrateInventoryHandler());
    }
View Full Code Here

TOP

Related Classes of logisticspipes.proxy.specialinventoryhandler.DigitalChestHandler

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.