public CraftMerchantRecipe(net.minecraft.server.MerchantRecipe merchantRecipe) {
super(CraftItemStack.asBukkitCopy(merchantRecipe.sellingItem), 0);
this.handle = merchantRecipe;
addIngredient(CraftItemStack.asBukkitCopy(merchantRecipe.buyingItem1));
addIngredient(CraftItemStack.asBukkitCopy(merchantRecipe.buyingItem2));
}
CraftMerchantRecipe.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:SpigotSource
作者:
评论列表
文章目录