Package buildcraft.builders

Examples of buildcraft.builders.BlockBuildTool


    blueprintItem = new ItemBlueprintStandard();
    blueprintItem.setUnlocalizedName("blueprintItem");
    CoreProxy.proxy.registerItem(blueprintItem);

    buildToolBlock = new BlockBuildTool ();
    buildToolBlock.setBlockName("buildToolBlock");
    CoreProxy.proxy.registerBlock(buildToolBlock);

    markerBlock = new BlockMarker();
    CoreProxy.proxy.registerBlock(markerBlock.setBlockName("markerBlock"));
View Full Code Here

TOP

Related Classes of buildcraft.builders.BlockBuildTool

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.