Package buildcraft.transport.gates

Examples of buildcraft.transport.gates.ItemGate


      pipeWire = new ItemPipeWire();
      CoreProxy.proxy.registerItem(pipeWire);
      PipeWire.item = pipeWire;

      pipeGate = new ItemGate();
      pipeGate.setUnlocalizedName("pipeGate");
      CoreProxy.proxy.registerItem(pipeGate);

      facadeItem = new ItemFacade();
      facadeItem.setUnlocalizedName("pipeFacade");
View Full Code Here

TOP

Related Classes of buildcraft.transport.gates.ItemGate

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.