Package buildcraft.tests.testcase

Examples of buildcraft.tests.testcase.BlockTestCase


    blockTestPathfinding = new BlockTestPathfinding();
    CoreProxy.proxy.registerBlock(blockTestPathfinding);
    blockTestPathfinding.setBlockName("testPathFinding");
    CoreProxy.proxy.registerTileEntity(TileTestPathfinding.class, "net.minecraft.src.builders.TileTestPathfinding");

    blockTestCase = new BlockTestCase();
    blockTestCase.setBlockName("testCase");
    CoreProxy.proxy.registerBlock(blockTestCase);
    CoreProxy.proxy.registerTileEntity(TileTestCase.class, "buildcraft.tests.testcase.TileTestCase");

    tester = new ItemTester();
View Full Code Here

TOP

Related Classes of buildcraft.tests.testcase.BlockTestCase

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.