Examples of BarrelInventoryHandler


Examples of logisticspipes.proxy.specialinventoryhandler.BarrelInventoryHandler

public class SpecialInventoryHandlerManager {
 
  public static void load() {
    if(Loader.isModLoaded("factorization")) {
      SimpleServiceLocator.inventoryUtilFactory.registerHandler(new BarrelInventoryHandler());
    }
   
    if(Loader.isModLoaded("GregTech_Addon")) {
      SimpleServiceLocator.inventoryUtilFactory.registerHandler(new DigitalChestHandler());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.