Package powercrystals.core.updater

Examples of powercrystals.core.updater.UpdateManager


  }
 
  @Subscribe
  public void load(FMLInitializationEvent evt)
  {
    TickRegistry.registerScheduledTickHandler(new UpdateManager(this), Side.CLIENT);
  }
View Full Code Here


    VillagerRegistry.instance().registerVillagerType(MFRConfig.zoolologistEntityId.getInt(), villagerFolder + "zoologist.png");
    VillagerRegistry.instance().registerVillageTradeHandler(MFRConfig.zoolologistEntityId.getInt(), new VillageTradeHandler());
   
    GameRegistry.registerWorldGenerator(new MineFactoryReloadedWorldGen());
   
    TickRegistry.registerScheduledTickHandler(new UpdateManager(this), Side.CLIENT);
  }
View Full Code Here

TOP

Related Classes of powercrystals.core.updater.UpdateManager

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.