Uses of Interface
net.minecraft.entity.merchant.IMerchant
Packages that use IMerchant
Package
Description
-
Uses of IMerchant in net.minecraft.entity
Classes in net.minecraft.entity that implement IMerchant -
Uses of IMerchant in net.minecraft.entity.merchant.villager
Classes in net.minecraft.entity.merchant.villager that implement IMerchantModifier and TypeClassDescriptionclassclassclass -
Uses of IMerchant in net.minecraft.inventory
Fields in net.minecraft.inventory declared as IMerchantConstructors in net.minecraft.inventory with parameters of type IMerchant -
Uses of IMerchant in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as IMerchantModifier and TypeFieldDescriptionprivate final IMerchantMerchantResultSlot.merchantprivate final IMerchantMerchantContainer.traderConstructors in net.minecraft.inventory.container with parameters of type IMerchantModifierConstructorDescriptionMerchantContainer(int p_i50069_1_, PlayerInventory p_i50069_2_, IMerchant p_i50069_3_) MerchantResultSlot(PlayerEntity p_i1822_1_, IMerchant p_i1822_2_, MerchantInventory p_i1822_3_, int p_i1822_4_, int p_i1822_5_, int p_i1822_6_)