Class VillagerTrades.SuspiciousStewForEmeraldTrade
- java.lang.Object
-
- net.minecraft.entity.merchant.villager.VillagerTrades.SuspiciousStewForEmeraldTrade
-
- All Implemented Interfaces:
VillagerTrades.ITrade
- Enclosing class:
- VillagerTrades
static class VillagerTrades.SuspiciousStewForEmeraldTrade extends java.lang.Object implements VillagerTrades.ITrade
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intduration(package private) Effecteffectprivate floatpriceMultiplier(package private) intxp
-
Constructor Summary
Constructors Constructor Description SuspiciousStewForEmeraldTrade(Effect p_i50527_1_, int p_i50527_2_, int p_i50527_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantOffergetOffer(Entity p_221182_1_, java.util.Random p_221182_2_)
-
-
-
Field Detail
-
effect
final Effect effect
-
duration
final int duration
-
xp
final int xp
-
priceMultiplier
private final float priceMultiplier
-
-
Constructor Detail
-
SuspiciousStewForEmeraldTrade
public SuspiciousStewForEmeraldTrade(Effect p_i50527_1_, int p_i50527_2_, int p_i50527_3_)
-
-
Method Detail
-
getOffer
@Nullable public MerchantOffer getOffer(Entity p_221182_1_, java.util.Random p_221182_2_)
- Specified by:
getOfferin interfaceVillagerTrades.ITrade
-
-