Package com.pahimar.letsmodreboot.client.handler

Examples of com.pahimar.letsmodreboot.client.handler.KeyInputEventHandler


    }

    @Mod.EventHandler
    public void init(FMLInitializationEvent event)
    {
        FMLCommonHandler.instance().bus().register(new KeyInputEventHandler());
        Recipes.init();
        LogHelper.info("Initialization Complete!");
    }
View Full Code Here

TOP

Related Classes of com.pahimar.letsmodreboot.client.handler.KeyInputEventHandler

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.