public static class VillagerApiaristTrades.GiveRandomCombsForItems
extends java.lang.Object
implements net.minecraft.entity.passive.EntityVillager.ITradeList
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.passive.EntityVillager.PriceInfo |
buyInfo |
ItemHoneyComb |
honeyComb |
net.minecraft.item.ItemStack |
itemToBuy |
net.minecraft.entity.passive.EntityVillager.PriceInfo |
priceInfo |
| Constructor and Description |
|---|
GiveRandomCombsForItems(ItemHoneyComb honeyComb,
net.minecraft.item.ItemStack stack,
net.minecraft.entity.passive.EntityVillager.PriceInfo buyInfo,
net.minecraft.entity.passive.EntityVillager.PriceInfo priceInfo) |
| 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 ItemHoneyComb honeyComb
public final net.minecraft.item.ItemStack itemToBuy
@Nullable public final net.minecraft.entity.passive.EntityVillager.PriceInfo buyInfo
@Nullable public final net.minecraft.entity.passive.EntityVillager.PriceInfo priceInfo
public GiveRandomCombsForItems(ItemHoneyComb honeyComb, net.minecraft.item.ItemStack stack, @Nullable net.minecraft.entity.passive.EntityVillager.PriceInfo buyInfo, @Nullable net.minecraft.entity.passive.EntityVillager.PriceInfo priceInfo)