public static class VillagerApiaristTrades.GiveRandomHiveDroneForItems
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 |
| Constructor and Description |
|---|
GiveRandomHiveDroneForItems(net.minecraft.item.ItemStack buyingItemStack,
net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceInfo,
net.minecraft.item.ItemStack buyingItemStackTwo,
net.minecraft.entity.passive.EntityVillager.PriceInfo buyingPriceItemTwoInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMerchantRecipe(net.minecraft.entity.IMerchant p_190888_1_,
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 GiveRandomHiveDroneForItems(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)