Examples of LPChatListener


Examples of logisticspipes.commands.chathelper.LPChatListener

      new RoutingTableUpdateThread(i);
    }
    LogisticsEventListener eventListener = new LogisticsEventListener();
    MinecraftForge.EVENT_BUS.register(eventListener);
    FMLCommonHandler.instance().bus().register(eventListener);
    MinecraftForge.EVENT_BUS.register(new LPChatListener());
    textures.registerBlockIcons(null);

    FMLCommonHandler.instance().bus().register(DebugGuiTickHandler.instance());
  }
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.