profiler.endStartSection("postForgeTick");
FMLCommonHandler.instance().onPostWorldTick(world);
profiler.endSection();
profiler.startSection("tracker");
world.getEntityTracker().updateTrackedEntities();
profiler.endSection();
if (tickCount % 14 == 0) {
exceptionCount.put(id, 0);
}
if (TickThreading.checkSaveInterval(tickCount)) {
theProfiler.startSection("save");