Package appeng.parts.automation

Examples of appeng.parts.automation.UpgradeInventory


  public DualityInterface(AENetworkProxy networkProxy, IInterfaceHost ih) {
    gridProxy = networkProxy;
    gridProxy.setFlags( GridFlags.REQUIRE_CHANNEL );

    upgrades = new UpgradeInventory( gridProxy.getMachineRepresentation(), this, 1 );
    cm.registerSetting( Settings.BLOCK, YesNo.NO );
    cm.registerSetting( Settings.INTERFACE_TERMINAL, YesNo.YES );

    iHost = ih;
    craftingTracker = new MultiCraftingTracker( iHost, 9 );
View Full Code Here

TOP

Related Classes of appeng.parts.automation.UpgradeInventory

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.