Items.java 文件源码

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

项目:RealSurvival 作者:
/**
 * 
 * @return ����
 */
public static ItemStack getMedicine02(){
    ItemStack sw=new ItemStack(Material.PAPER);
    ItemMeta im = sw.getItemMeta();
    im.setDisplayName("��a��l����");
    List<String> l=new LinkedList<String>();
    l.add("��2���������Լ��Ĺ���");
    l.add("��eҲ������Ҫע�ⰴʱ��һ��.");
    im.setLore(l);
    sw.setItemMeta(im);
    return sw;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号