Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.passive | |
net.minecraft.inventory | |
net.minecraft.village |
Modifier and Type | Method and Description |
---|---|
void |
NpcMerchant.useRecipe(MerchantRecipe par1MerchantRecipe) |
void |
IMerchant.useRecipe(MerchantRecipe merchantrecipe) |
Modifier and Type | Method and Description |
---|---|
void |
EntityVillager.useRecipe(MerchantRecipe par1MerchantRecipe) |
Modifier and Type | Method and Description |
---|---|
MerchantRecipe |
InventoryMerchant.getCurrentRecipe() |
Modifier and Type | Method and Description |
---|---|
MerchantRecipe |
MerchantRecipeList.canRecipeBeUsed(ItemStack par1ItemStack,
ItemStack par2ItemStack,
int par3)
can par1,par2 be used to in crafting recipe par3
|
Modifier and Type | Method and Description |
---|---|
void |
MerchantRecipeList.addToListWithCheck(MerchantRecipe par1MerchantRecipe)
checks if there is a recipie for the same ingredients already on the list, and replaces it.
|
boolean |
MerchantRecipe.hasSameIDsAs(MerchantRecipe par1MerchantRecipe)
checks if both the first and second ItemToBuy IDs are the same
|
boolean |
MerchantRecipe.hasSameItemsAs(MerchantRecipe par1MerchantRecipe)
checks first and second ItemToBuy ID's and count.
|