Uses of Interface
net.minecraft.world.item.trading.Merchant
Packages that use Merchant
-
Uses of Merchant in net.minecraft.world.entity.npc
Classes in net.minecraft.world.entity.npc that implement MerchantModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Merchant in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as MerchantModifier and TypeFieldDescriptionprivate Merchant
MerchantContainer.merchant
private Merchant
MerchantResultSlot.merchant
private Merchant
MerchantMenu.trader
Constructors in net.minecraft.world.inventory with parameters of type MerchantModifierConstructorDescriptionMerchantContainer(Merchant p_40003_)
MerchantMenu(int p_40036_, Inventory p_40037_, Merchant p_40038_)
MerchantResultSlot(Player p_40083_, Merchant p_40084_, MerchantContainer p_40085_, int p_40086_, int p_40087_, int p_40088_)