Examples of BlinkTick


Examples of mods.railcraft.common.util.misc.BlinkTick

    public void init(FMLInitializationEvent event) {
//        Game.log(Level.FINE, "Init Phase");

        ModuleManager.init();

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

        // Finish initializing ItemRegistry
        for (EnumMachineAlpha type : EnumMachineAlpha.values()) {
            if (type.isAvaliable())
                ItemRegistry.registerItemStack(type.getTag(), type.getItem());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.