cpw.mods.fml.common.registry
Interface VillagerRegistry.IVillageTradeHandler

All Known Implementing Classes:
ModLoaderVillageTradeHandler
Enclosing class:
VillagerRegistry

public static interface VillagerRegistry.IVillageTradeHandler

Allow access to the MerchantRecipeList for a villager type for manipulation

Author:
cpw

Method Summary
 void manipulateTradesForVillager(EntityVillager villager, MerchantRecipeList recipeList, Random random)
          Called to allow changing the content of the MerchantRecipeList for the villager supplied during creation
 

Method Detail

manipulateTradesForVillager

void manipulateTradesForVillager(EntityVillager villager,
                                 MerchantRecipeList recipeList,
                                 Random random)
Called to allow changing the content of the MerchantRecipeList for the villager supplied during creation

Parameters:
villager -
recipeList -