public static class VillagerArboristTrades.GivePollenForEmeralds
extends java.lang.Object
implements net.minecraft.entity.passive.EntityVillager.ITradeList
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.passive.EntityVillager.PriceInfo |
emeraldPriceInfo |
net.minecraft.entity.passive.EntityVillager.PriceInfo |
sellInfo |
| Constructor and Description |
|---|
GivePollenForEmeralds(net.minecraft.entity.passive.EntityVillager.PriceInfo emeraldPriceInfo,
net.minecraft.entity.passive.EntityVillager.PriceInfo sellInfo,
EnumGermlingType type,
int maxComplexity) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMerchantRecipe(net.minecraft.entity.IMerchant p_190888_1_,
net.minecraft.village.MerchantRecipeList recipeList,
java.util.Random random) |
@Nullable public final net.minecraft.entity.passive.EntityVillager.PriceInfo emeraldPriceInfo
@Nullable public final net.minecraft.entity.passive.EntityVillager.PriceInfo sellInfo
public GivePollenForEmeralds(@Nullable
net.minecraft.entity.passive.EntityVillager.PriceInfo emeraldPriceInfo,
@Nullable
net.minecraft.entity.passive.EntityVillager.PriceInfo sellInfo,
EnumGermlingType type,
int maxComplexity)