Package com.flansmod.common.teams

Examples of com.flansmod.common.teams.ChunkLoadingHandler


    EntityRegistry.registerGlobalEntityID(EntityAAGun.class, "AAGun", EntityRegistry.findGlobalUniqueEntityId());
    EntityRegistry.registerModEntity(EntityAAGun.class, "AAGun", 92, this, 40, 500, false);
   
    //Register the chunk loader
    //TODO : Re-do chunk loading
    ForgeChunkManager.setForcedChunkLoadingCallback(this, new ChunkLoadingHandler());

    //Config
        FMLCommonHandler.instance().bus().register(INSTANCE);
    log("Loading complete.");
  }
View Full Code Here

TOP

Related Classes of com.flansmod.common.teams.ChunkLoadingHandler

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.