LoadController.java 文件源码

java
阅读 35 收藏 0 点赞 0 评论 0

项目:TRHS_Club_Mod_2016 作者:
@Subscribe
public void propogateStateMessage(FMLEvent stateEvent)
{
    if (stateEvent instanceof FMLPreInitializationEvent)
    {
        modObjectList = buildModObjectList();
    }
    ProgressBar bar = ProgressManager.push(stateEvent.description(), activeModList.size());
    for (ModContainer mc : activeModList)
    {
        bar.step(mc.getName());
        sendEventToModContainer(stateEvent, mc);
    }
    ProgressManager.pop(bar);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号