QuiverBow.java 文件源码

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

项目:minecraft-quiverbow 作者:
@Override
public void addProps(FMLPreInitializationEvent event, Configuration config)
{
    this.Enabled = config.get(this.nameInternal, "Am I enabled? (default true)", true).getBoolean(true);
    this.namePublic = config.get(this.nameInternal, "What's my name?", this.nameInternal).getString();

    this.isMobUsable = config.get(this.nameInternal, "Can I be used by QuiverMobs? (default false. They don't know how to span the string.)", false).getBoolean(true);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号