Package buildcraft.factory

Examples of buildcraft.factory.BlockPump


    CoreProxy.proxy.registerBlock(quarryBlock.setBlockName("machineBlock"));

    tankBlock = new BlockTank();
    CoreProxy.proxy.registerBlock(tankBlock.setBlockName("tankBlock"));

    pumpBlock = new BlockPump();
    CoreProxy.proxy.registerBlock(pumpBlock.setBlockName("pumpBlock"));

    floodGateBlock = new BlockFloodGate();
    CoreProxy.proxy.registerBlock(floodGateBlock.setBlockName("floodGateBlock"));
View Full Code Here

TOP

Related Classes of buildcraft.factory.BlockPump

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.