public static class VillagerTradeLists.GiveItemForTwoItems
extends java.lang.Object
implements net.minecraft.entity.passive.EntityVillager.ITradeList
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.item.ItemStack |
buyingItemStack |
net.minecraft.item.ItemStack |
buyingItemStackTwo |
net.minecraft.entity.passive.EntityVillager.PriceInfo |
buyingPriceInfo |
net.minecraft.entity.passive.EntityVillager.PriceInfo |
buyingPriceItemTwoInfo |
net.minecraft.item.ItemStack |
sellingItemstack |
net.minecraft.entity.passive.EntityVillager.PriceInfo |
sellingPriceInfo |
| Constructor and Description |
|---|
GiveItemForTwoItems(net.minecraft.item.ItemStack buyingItemStack,
net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceInfo,
net.minecraft.item.ItemStack buyingItemStackTwo,
net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceItemTwoInfo,
net.minecraft.item.ItemStack sellingItemstack,
net.minecraft.entity.passive.EntityVillager.PriceInfo sellingPriceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMerchantRecipe(net.minecraft.entity.IMerchant merchant,
net.minecraft.village.MerchantRecipeList recipeList,
java.util.Random random) |
public final net.minecraft.item.ItemStack buyingItemStack
@Nullable public final net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceInfo
public final net.minecraft.item.ItemStack buyingItemStackTwo
@Nullable public final net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceItemTwoInfo
public final net.minecraft.item.ItemStack sellingItemstack
@Nullable public final net.minecraft.entity.passive.EntityVillager.PriceInfo sellingPriceInfo
public GiveItemForTwoItems(net.minecraft.item.ItemStack buyingItemStack,
@Nullable
net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceInfo,
net.minecraft.item.ItemStack buyingItemStackTwo,
@Nullable
net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceItemTwoInfo,
net.minecraft.item.ItemStack sellingItemstack,
@Nullable
net.minecraft.entity.passive.EntityVillager.PriceInfo sellingPriceInfo)