Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.merchant.villager | |
net.minecraft.inventory | |
net.minecraft.inventory.container |
Modifier and Type | Class and Description |
---|---|
class |
NPCMerchant |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVillagerEntity |
class |
VillagerEntity |
class |
WanderingTraderEntity |
Modifier and Type | Field and Description |
---|---|
private IMerchant |
MerchantInventory.merchant |
Constructor and Description |
---|
MerchantInventory(IMerchant merchantIn) |
Modifier and Type | Field and Description |
---|---|
private IMerchant |
MerchantContainer.merchant |
private IMerchant |
MerchantResultSlot.merchant |
Constructor and Description |
---|
MerchantContainer(int id,
PlayerInventory playerInventoryIn,
IMerchant merchantIn) |
MerchantResultSlot(PlayerEntity player,
IMerchant merchant,
MerchantInventory merchantInventory,
int slotIndex,
int xPosition,
int yPosition) |