Package buildcraft.commander

Examples of buildcraft.commander.BlockZonePlan


    assemblyTableBlock = new BlockLaserTable();
    assemblyTableBlock.setBlockName("laserTableBlock");
    CoreProxy.proxy.registerBlock(assemblyTableBlock, ItemLaserTable.class);

    zonePlanBlock = new BlockZonePlan();
    zonePlanBlock.setBlockName("zonePlan");
    CoreProxy.proxy.registerBlock(zonePlanBlock);

    requesterBlock = new BlockRequester();
    requesterBlock.setBlockName("requester");
View Full Code Here

TOP

Related Classes of buildcraft.commander.BlockZonePlan

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.