Package baubles.common.event

Examples of baubles.common.event.EventHandlerEntity


      if (Config.config!=null) Config.save();
    }
   
    PacketHandler.init();
   
    entityEventHandler = new EventHandlerEntity();
    entityEventNetwork = new EventHandlerNetwork();
   
    MinecraftForge.EVENT_BUS.register(entityEventHandler);
    FMLCommonHandler.instance().bus().register(entityEventNetwork);
    proxy.registerHandlers();
View Full Code Here

TOP

Related Classes of baubles.common.event.EventHandlerEntity

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.