类org.bukkit.inventory.MerchantInventory源码实例Demo

下面列出了怎么用org.bukkit.inventory.MerchantInventory的API类实例代码及写法,或者点击链接到github查看源代码。

源代码1 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	MerchantRecipe merchantRecipe = merchantInventory.getSelectedRecipe();
	List<ItemStack> ingredients = merchantRecipe.getIngredients();
	ItemStack[] recipe = new ItemStack[3];
	recipe[0] = ingredients.get(0);
	recipe[1] = null;
	if (ingredients.size() > 1) {
		ItemStack buyItem2 = ingredients.get(1);
		if (!Utils.isEmpty(buyItem2)) {
			recipe[1] = buyItem2;
		}
	}
	recipe[2] = merchantRecipe.getResult();
	return recipe;
}
 
源代码2 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	MerchantRecipe merchantRecipe = merchantInventory.getSelectedRecipe();
	List<ItemStack> ingredients = merchantRecipe.getIngredients();
	ItemStack[] recipe = new ItemStack[3];
	recipe[0] = ingredients.get(0);
	recipe[1] = null;
	if (ingredients.size() > 1) {
		ItemStack buyItem2 = ingredients.get(1);
		if (!Utils.isEmpty(buyItem2)) {
			recipe[1] = buyItem2;
		}
	}
	recipe[2] = merchantRecipe.getResult();
	return recipe;
}
 
源代码3 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	try {
		InventoryMerchant handle = (InventoryMerchant) ((CraftInventoryMerchant) merchantInventory).getInventory();
		MerchantRecipe merchantRecipe = handle.getRecipe();
		ItemStack[] recipe = new ItemStack[3];
		recipe[0] = merchantRecipe.getBuyItem1() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem1()) : null;
		recipe[1] = merchantRecipe.getBuyItem2() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem2()) : null;
		recipe[2] = merchantRecipe.getBuyItem3() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem3()) : null;
		return recipe;
	} catch (Exception e) {
		return null;
	}
}
 
源代码4 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	try {
		InventoryMerchant handle = (InventoryMerchant) ((CraftInventoryMerchant) merchantInventory).getInventory();
		MerchantRecipe merchantRecipe = handle.getRecipe();
		ItemStack[] recipe = new ItemStack[3];
		recipe[0] = merchantRecipe.getBuyItem1() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem1()) : null;
		recipe[1] = merchantRecipe.getBuyItem2() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem2()) : null;
		recipe[2] = merchantRecipe.getBuyItem3() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem3()) : null;
		return recipe;
	} catch (Exception e) {
		return null;
	}
}
 
源代码5 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	try {
		InventoryMerchant handle = (InventoryMerchant) ((CraftInventoryMerchant) merchantInventory).getInventory();
		MerchantRecipe merchantRecipe = handle.getRecipe();
		ItemStack[] recipe = new ItemStack[3];
		recipe[0] = merchantRecipe.getBuyItem1() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem1()) : null;
		recipe[1] = merchantRecipe.getBuyItem2() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem2()) : null;
		recipe[2] = merchantRecipe.getBuyItem3() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem3()) : null;
		return recipe;
	} catch (Exception e) {
		return null;
	}
}
 
源代码6 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	try {
		InventoryMerchant handle = (InventoryMerchant) ((CraftInventoryMerchant) merchantInventory).getInventory();
		MerchantRecipe merchantRecipe = handle.getRecipe();
		ItemStack[] recipe = new ItemStack[3];
		recipe[0] = merchantRecipe.getBuyItem1() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem1()) : null;
		recipe[1] = merchantRecipe.getBuyItem2() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem2()) : null;
		recipe[2] = merchantRecipe.getBuyItem3() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem3()) : null;
		return recipe;
	} catch (Exception e) {
		return null;
	}
}
 
源代码7 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	try {
		InventoryMerchant handle = (InventoryMerchant) ((CraftInventoryMerchant) merchantInventory).getInventory();
		MerchantRecipe merchantRecipe = handle.getRecipe();
		ItemStack[] recipe = new ItemStack[3];
		recipe[0] = merchantRecipe.getBuyItem1() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem1()) : null;
		recipe[1] = merchantRecipe.getBuyItem2() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem2()) : null;
		recipe[2] = merchantRecipe.getBuyItem3() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem3()) : null;
		return recipe;
	} catch (Exception e) {
		return null;
	}
}
 
源代码8 项目: Shopkeepers   文件: NMSHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	try {
		InventoryMerchant handle = (InventoryMerchant) ((CraftInventoryMerchant) merchantInventory).getInventory();
		MerchantRecipe merchantRecipe = handle.getRecipe();
		ItemStack[] recipe = new ItemStack[3];
		recipe[0] = merchantRecipe.getBuyItem1() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem1()) : null;
		recipe[1] = merchantRecipe.getBuyItem2() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem2()) : null;
		recipe[2] = merchantRecipe.getBuyItem3() != null ? CraftItemStack.asBukkitCopy(merchantRecipe.getBuyItem3()) : null;
		return recipe;
	} catch (Exception e) {
		return null;
	}
}
 
源代码9 项目: Shopkeepers   文件: FailedHandler.java
@Override
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory) {
	try {
		Object inventoryMerchant = craftInventoryGetInventory.invoke(merchantInventory);
		Object merchantRecipe = getRecipeMethod.invoke(inventoryMerchant);
		ItemStack[] recipe = new ItemStack[3];
		recipe[0] = asBukkitCopy(getBuyItem1Method.invoke(merchantRecipe));
		recipe[1] = asBukkitCopy(getBuyItem2Method.invoke(merchantRecipe));
		recipe[2] = asBukkitCopy(getBuyItem3Method.invoke(merchantRecipe));
		return recipe;
	} catch (Exception e) {
		return null;
	}
}
 
源代码10 项目: Shopkeepers   文件: TradingHandler.java
@Override
public boolean isWindow(Inventory inventory) {
	return inventory instanceof MerchantInventory;
}
 
源代码11 项目: Shopkeepers   文件: NMSCallProvider.java
public ItemStack[] getUsedTradingRecipe(MerchantInventory merchantInventory); 
 类所在包
 同包方法