Uses of Class
net.minecraft.src.TradeEntry

Packages that use TradeEntry
cpw.mods.fml.common.modloader   
net.minecraft.src   
 

Uses of TradeEntry in cpw.mods.fml.common.modloader
 

Methods in cpw.mods.fml.common.modloader with parameters of type TradeEntry
 void ModLoaderVillageTradeHandler.addTrade(TradeEntry entry)
           
static void ModLoaderHelper.registerTrade(int profession, TradeEntry entry)
           
 

Uses of TradeEntry in net.minecraft.src
 

Methods in net.minecraft.src with parameters of type TradeEntry
static void ModLoader.addTrade(int profession, TradeEntry entry)