Package forestry.core.network

Examples of forestry.core.network.PacketHandler


  public static ForestryCore core = new ForestryCore();
  public static PacketHandler packetHandler;

  @EventHandler
  public void preInit(FMLPreInitializationEvent event) {
    packetHandler = new PacketHandler();
   
    configFolder = new File(event.getModConfigurationDirectory(), "forestry");

    core.preInit(event.getSourceFile(), this);
  }
View Full Code Here

TOP

Related Classes of forestry.core.network.PacketHandler

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.