Uses of Class
net.minecraft.inventory.MerchantInventory
-
Packages that use MerchantInventory Package Description net.minecraft.entity net.minecraft.inventory.container -
-
Uses of MerchantInventory in net.minecraft.entity
Fields in net.minecraft.entity declared as MerchantInventory Modifier and Type Field Description private MerchantInventory
NPCMerchant. container
-
Uses of MerchantInventory in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as MerchantInventory Modifier and Type Field Description private MerchantInventory
MerchantResultSlot. slots
private MerchantInventory
MerchantContainer. tradeContainer
Constructors in net.minecraft.inventory.container with parameters of type MerchantInventory Constructor Description 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_)
-