Uses of Interface
net.minecraft.entity.merchant.IMerchant
-
Packages that use IMerchant Package Description net.minecraft.entity net.minecraft.entity.merchant.villager net.minecraft.inventory net.minecraft.inventory.container -
-
Uses of IMerchant in net.minecraft.entity
Classes in net.minecraft.entity that implement IMerchant Modifier and Type Class Description class
NPCMerchant
-
Uses of IMerchant in net.minecraft.entity.merchant.villager
Classes in net.minecraft.entity.merchant.villager that implement IMerchant Modifier and Type Class Description class
AbstractVillagerEntity
class
VillagerEntity
class
WanderingTraderEntity
-
Uses of IMerchant in net.minecraft.inventory
Fields in net.minecraft.inventory declared as IMerchant Modifier and Type Field Description private IMerchant
MerchantInventory. merchant
Constructors in net.minecraft.inventory with parameters of type IMerchant Constructor Description MerchantInventory(IMerchant p_i50071_1_)
-
Uses of IMerchant in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as IMerchant Modifier and Type Field Description private IMerchant
MerchantResultSlot. merchant
private IMerchant
MerchantContainer. trader
Constructors in net.minecraft.inventory.container with parameters of type IMerchant Constructor Description MerchantContainer(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_)
-