當前位置: 首頁>>代碼示例>>Java>>正文


Java PotionMeta.setColor方法代碼示例

本文整理匯總了Java中org.bukkit.inventory.meta.PotionMeta.setColor方法的典型用法代碼示例。如果您正苦於以下問題:Java PotionMeta.setColor方法的具體用法?Java PotionMeta.setColor怎麽用?Java PotionMeta.setColor使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在org.bukkit.inventory.meta.PotionMeta的用法示例。


在下文中一共展示了PotionMeta.setColor方法的9個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Java代碼示例。

示例1: getSeaWater

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
/**
 * l.add("��2��ˮ,����...");
	l.add("��4�������ܽ��,��l���м�������!");
	l.add("��b��Ҫ�þ�ˮװ�����������������!");
 * @return ��ˮ
 */
public static ItemStack getSeaWater(){
	ItemStack sw=new ItemStack(Material.POTION);
	PotionMeta im = (PotionMeta) sw.getItemMeta();
	im.setColor(Color.fromRGB(15, 103, 219));
	im.setDisplayName("��1��l��ˮ");
	List<String> l=new LinkedList<String>();
	l.add("��a��l"+rs.getLoreTabel("Thirst")+": ��b��l-"+Utils.random(2, 20)+"%");
	l.add("��2��l"+rs.getLoreTabel("SickKind")+": ��c��l"+rs.defSick.split(";")[(int)Utils.random(0, rs.defSick.split(";").length)]);
	l.add("��2��l"+rs.getLoreTabel("Sickness")+": ��c��l"+Utils.random(20, 30)+"%");
	l.add("");
	l.add("��7��l"+rs.getLoreTabel("Weight")+": 1");
	l.add("");
	l.add("��2��ˮ,����...");
	l.add("��4�������ܽ��,��l���м�������!");
	l.add("��b��Ҫ�þ�ˮװ�����������������!");
	im.setLore(l);
	sw.setItemMeta(im);
	return sw;
}
 
開發者ID:SchoolUniform,項目名稱:RealSurvival,代碼行數:26,代碼來源:Items.java

示例2: getLakeWater

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
/**
 * l.add("��2��ˮ,�����ճɿ�ˮ");
	l.add("��4��lֱ�Ӻ��м�������!");
	l.add("��b��Ҫ�á�e��l��ˮװ�á�b���������������!");
 * @return��ˮ
 */
public static ItemStack getLakeWater(){
	ItemStack sw=new ItemStack(Material.POTION);
	PotionMeta im = (PotionMeta) sw.getItemMeta();
	im.setColor(Color.fromRGB(36, 165, 229));
	im.setDisplayName("��2��l��ˮ");
	List<String> l=new LinkedList<String>();
	l.add("��2��l"+rs.getLoreTabel("Thirst")+": ��b��l"+Utils.random(5, 20)+"%");
	l.add("��2��l"+rs.getLoreTabel("SickKind")+": ��c��l"+rs.defSick.split(";")[(int)Utils.random(0, rs.defSick.split(";").length)]);
	l.add("��2��l"+rs.getLoreTabel("Sickness")+": ��c��l"+Utils.random(5, 15)+"%");
	l.add("");
	l.add("��7��l"+rs.getLoreTabel("Weight")+": 1");
	l.add("");
	l.add("��4��lֱ�Ӻ��м�������!");
	l.add("��b��Ҫ�á�e��l��ˮװ�á�b���������������!");
	im.setLore(l);
	sw.setItemMeta(im);
	return sw;
}
 
開發者ID:SchoolUniform,項目名稱:RealSurvival,代碼行數:25,代碼來源:Items.java

示例3: getHotWater

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
/**
 * l.add("��2����ֱ������");
	l.add("��a��l���Ի������Ƽ���!");
	l.add("��c������ů����!");
 * @return ��ˮ
 */
public static ItemStack getHotWater(){
	ItemStack sw=new ItemStack(Material.POTION);
	PotionMeta im = (PotionMeta) sw.getItemMeta();
	im.setColor(Color.fromRGB(36, 165, 229));
	im.setDisplayName("��d��l��ˮ");
	List<String> l=new LinkedList<String>();
	l.add("��a��l"+rs.getLoreTabel("Thirst")+": ��b��l"+Utils.random(10, 25)+"%");
	l.add("��c��l"+rs.getLoreTabel("Tem")+": ��b��l"+Utils.random(0.1, 1.5));
	l.add("");
	l.add("��7��l"+rs.getLoreTabel("Weight")+": 1");
	l.add("");
	l.add("��2����ֱ������");
	l.add("��a��l���Ի������Ƽ���!");
	l.add("��c������ů����!");
	im.setLore(l);
	sw.setItemMeta(im);
	return sw;
}
 
開發者ID:SchoolUniform,項目名稱:RealSurvival,代碼行數:25,代碼來源:Items.java

示例4: getIceWater

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
/**
 * l.add("��2����ֱ������");
	l.add("��b��l���Ը����彵��!");
 * @return ��ˮ
 */
public static ItemStack getIceWater(){
	ItemStack sw=new ItemStack(Material.POTION);
	PotionMeta im = (PotionMeta) sw.getItemMeta();
	im.setColor(Color.fromRGB(36, 165, 229));
	im.setDisplayName("��3��l��ˮ");
	List<String> l=new LinkedList<String>();
	l.add("��a��l"+rs.getLoreTabel("Thirst")+": ��b��l"+Utils.random(10, 25)+"%");
	l.add("��3��l"+rs.getLoreTabel("Tem")+": ��c��l-"+Utils.random(0.1, 1.5)+"%");
	l.add("");
	l.add("��7��l"+rs.getLoreTabel("Weight")+": 1");
	l.add("");
	l.add("��2����ֱ������");
	l.add("��b��l���Ը����彵��!");
	im.setLore(l);
	sw.setItemMeta(im);
	return sw;
}
 
開發者ID:SchoolUniform,項目名稱:RealSurvival,代碼行數:23,代碼來源:Items.java

示例5: getFreshWater

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
/**
 * l.add("��2����ֱ������");
 * @return ��ˮ
 */
public static ItemStack getFreshWater(){
	ItemStack sw=new ItemStack(Material.POTION);
	PotionMeta im = (PotionMeta) sw.getItemMeta();
	im.setColor(Color.fromRGB(36, 165, 229));
	im.setDisplayName("��3��l��ˮ");
	List<String> l=new LinkedList<String>();
	l.add("��a��l"+rs.getLoreTabel("Thirst")+": ��b��l"+Utils.random(10, 25)+"%");
	l.add("");
	l.add("��7��l"+rs.getLoreTabel("Weight")+": 1");
	l.add("");
	l.add("��2����ֱ������");
	im.setLore(l);
	sw.setItemMeta(im);
	return sw;
}
 
開發者ID:SchoolUniform,項目名稱:RealSurvival,代碼行數:20,代碼來源:Items.java

示例6: getSwamplandWater

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
/**
 *l.add("��2��Ȼ���Խ��,����...");
	l.add("��e���������....");
 * @return ����ˮ
 */
public static ItemStack getSwamplandWater(){
	ItemStack sw=new ItemStack(Material.POTION);
	PotionMeta im = (PotionMeta) sw.getItemMeta();
	im.setColor(Color.fromRGB(50, 69, 107));
	im.setDisplayName("��8��l����ˮ");
	List<String> l=new LinkedList<String>();
	l.add("��a��l"+rs.getLoreTabel("Thirst")+": ��b��l"+Utils.random(2, 15)+"%");
	l.add("��2��l"+rs.getLoreTabel("SickKind")+": ��c��l"+rs.defSick.split(";")[(int)Utils.random(0, rs.defSick.split(";").length)]);
	l.add("��2��l"+rs.getLoreTabel("Sickness")+": ��c��l"+Utils.random(30, 50)+"%");
	l.add("");
	l.add("��7��l"+rs.getLoreTabel("Weight")+": 1");
	l.add("");
	l.add("��2��Ȼ���Խ��,����...");
	l.add("��e���������....");
	im.setLore(l);
	sw.setItemMeta(im);
	return sw;
}
 
開發者ID:SchoolUniform,項目名稱:RealSurvival,代碼行數:24,代碼來源:Items.java

示例7: getRainwater

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
/**
	l.add("��2��ˮ�����˵���DZȽϸɾ���");
	l.add("��b���ǻ����н�С���ʵò�");
 * @return ��ˮ
 */
public static ItemStack getRainwater(){
	ItemStack sw=new ItemStack(Material.POTION);
	PotionMeta im = (PotionMeta) sw.getItemMeta();
	im.setColor(Color.fromRGB(36, 165, 229));
	im.setDisplayName("��b��l��ˮ");
	List<String> l=new LinkedList<String>();
	l.add("��a��l"+rs.getLoreTabel("Thirst")+": ��b��l"+Utils.random(5, 25)+"%");
	l.add("��2��l"+rs.getLoreTabel("SickKind")+": ��c��l"+rs.defSick.split(";")[(int)Utils.random(0, rs.defSick.split(";").length)]);
	l.add("��2��l"+rs.getLoreTabel("Sickness")+": ��c��l"+Utils.random(2, 10)+"%");
	l.add("");
	l.add("��7��l"+rs.getLoreTabel("Weight")+": 1");
	l.add("");
	l.add("��2��ˮ�����˵���DZȽϸɾ���");
	l.add("��b���ǻ����н�С���ʵò�");
	im.setLore(l);
	sw.setItemMeta(im);
	return sw;
}
 
開發者ID:SchoolUniform,項目名稱:RealSurvival,代碼行數:24,代碼來源:Items.java

示例8: processMeta

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
@Override
public void processMeta(Player player, ItemMeta m) {
    super.processMeta(player, m);
    PotionMeta meta = (PotionMeta) m;
    if(type != null)
        meta.setBasePotionData(new PotionData(type));
    if(customColor != null)
        meta.setColor(customColor.resolve(player));
    meta.clearCustomEffects();
    for(PotionEffect e : customEffects)
        meta.addCustomEffect(e, true);
}
 
開發者ID:upperlevel,項目名稱:uppercore,代碼行數:13,代碼來源:PotionCustomItem.java

示例9: build

import org.bukkit.inventory.meta.PotionMeta; //導入方法依賴的package包/類
@Override
public ItemStack build(ItemStack stack) {
  if(valid) {
    PotionMeta meta = (PotionMeta)stack.getItemMeta();
    if(color != null) meta.setColor(color);
    customEffects.forEach((effect)->meta.addCustomEffect(effect, true));
    PotionData data = new PotionData(PotionType.valueOf(type), extended, upgraded);
    meta.setBasePotionData(data);
    stack.setItemMeta(meta);
  }
  return stack;
}
 
開發者ID:TheNewEconomy,項目名稱:TNE-Bukkit,代碼行數:13,代碼來源:SerialPotionData.java


注:本文中的org.bukkit.inventory.meta.PotionMeta.setColor方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。