Package buildcraft.core.utils

Examples of buildcraft.core.utils.WorldPropertyIsDirt


      BuildCraftAPI.isOreProperty[i] = new WorldPropertyIsOre(i);
    }
    BuildCraftAPI.isHarvestableProperty = new WorldPropertyIsHarvestable();
    BuildCraftAPI.isFarmlandProperty = new WorldPropertyIsFarmland();
    BuildCraftAPI.isShoveled = new WorldPropertyIsShoveled();
    BuildCraftAPI.isDirtProperty = new WorldPropertyIsDirt();
    BuildCraftAPI.isFluidSource = new WorldPropertyIsFluidSource();
   
    ColorUtils.initialize();
   
    actionControl = new IActionExternal[IControllable.Mode.values().length];
View Full Code Here

TOP

Related Classes of buildcraft.core.utils.WorldPropertyIsDirt

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.