cpw.mods.fml.common
Interface IPickupNotifier

All Known Implementing Classes:
ModLoaderPickupNotifier

public interface IPickupNotifier


Method Summary
 void notifyPickup(EntityItem item, EntityPlayer player)
           
 

Method Detail

notifyPickup

void notifyPickup(EntityItem item,
                  EntityPlayer player)