Package buildcraft.core

Examples of buildcraft.core.TickHandlerCore


    BuildCraftAPI.softBlocks.add(Blocks.snow);
    BuildCraftAPI.softBlocks.add(Blocks.vine);
    BuildCraftAPI.softBlocks.add(Blocks.fire);
    BuildCraftAPI.softBlocks.add(Blocks.air);

    FMLCommonHandler.instance().bus().register(new TickHandlerCore());

    BuildCraftAPI.isSoftProperty = new WorldPropertyIsSoft();
    BuildCraftAPI.isWoodProperty = new WorldPropertyIsWood();
    BuildCraftAPI.isLeavesProperty = new WorldPropertyIsLeaf();
    BuildCraftAPI.isOreProperty = new IWorldProperty[4];
View Full Code Here

TOP

Related Classes of buildcraft.core.TickHandlerCore

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.