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 pMerchant) MerchantMenu
(int pContainerId, Inventory pPlayerInventory, Merchant pTrader) MerchantResultSlot
(Player pPlayer, Merchant pMerchant, MerchantContainer pSlots, int pSlot, int pXPosition, int pYPosition)