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 TypeClassDescriptionclassclassclassclass -
Uses of Merchant in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as MerchantModifier and TypeFieldDescriptionprivate final MerchantMerchantContainer.merchantprivate final MerchantMerchantResultSlot.merchantprivate final MerchantMerchantMenu.traderConstructors 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)