/**
*
* @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;
}
Items.java 文件源码
java
阅读 30
收藏 0
点赞 0
评论 0
项目:RealSurvival
作者:
评论列表
文章目录