BPArmor.java 文件源码

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

项目:Breakpoint 作者:
public static boolean isConvertable(ItemStack is)
{
    if (is.hasItemMeta())
    {
        ItemMeta im = is.getItemMeta();
        if (im instanceof LeatherArmorMeta)
            try
            {
                Integer.parseInt(im.getLore().get(0).substring(15));
                return true;
            }
            catch (Exception e)
            {
            }
    }
    return false;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号