Package buildcraft.silicon

Examples of buildcraft.silicon.BlockLaserTable


    laserBlock = new BlockLaser();
    laserBlock.setBlockName("laserBlock");
    CoreProxy.proxy.registerBlock(laserBlock);

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

    zonePlanBlock = new BlockZonePlan();
    zonePlanBlock.setBlockName("zonePlan");
View Full Code Here

TOP

Related Classes of buildcraft.silicon.BlockLaserTable

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.