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 final Merchant
MerchantContainer.merchant
private final Merchant
MerchantResultSlot.merchant
private final Merchant
MerchantMenu.trader
Constructors in net.minecraft.world.inventory with parameters of type MerchantModifierConstructorDescriptionMerchantContainer
(Merchant merchant) MerchantMenu
(int containerId, Inventory playerInventory, Merchant trader) MerchantResultSlot
(Player player, Merchant merchant, MerchantContainer slots, int slot, int xPosition, int yPosition)