| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraft.entity.passive | |
| net.minecraft.inventory | |
| net.minecraft.village |
| Modifier and Type | Method and Description |
|---|---|
void |
IMerchant.useRecipe(MerchantRecipe recipe) |
void |
NpcMerchant.useRecipe(MerchantRecipe recipe) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityVillager.useRecipe(MerchantRecipe recipe) |
| Modifier and Type | Field and Description |
|---|---|
private MerchantRecipe |
InventoryMerchant.currentRecipe |
| Modifier and Type | Method and Description |
|---|---|
MerchantRecipe |
InventoryMerchant.getCurrentRecipe() |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
SlotMerchantResult.doTrade(MerchantRecipe trade,
ItemStack firstItem,
ItemStack secondItem) |
| Modifier and Type | Method and Description |
|---|---|
MerchantRecipe |
MerchantRecipeList.canRecipeBeUsed(ItemStack stack0,
ItemStack stack1,
int index) |