Package vazkii.botania.common.core.handler

Examples of vazkii.botania.common.core.handler.InternalMethodHandler


import cpw.mods.fml.common.network.NetworkRegistry;

public class CommonProxy {

  public void preInit(FMLPreInitializationEvent event) {
    BotaniaAPI.internalHandler = new InternalMethodHandler();

    ConfigHandler.loadConfig(event.getSuggestedConfigurationFile());

    ModBlocks.init();
    ModItems.init();
View Full Code Here

TOP

Related Classes of vazkii.botania.common.core.handler.InternalMethodHandler

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.