cpw.mods.fml.common.modloader
Class ModLoaderPickupNotifier

java.lang.Object
  extended by cpw.mods.fml.common.modloader.ModLoaderPickupNotifier
All Implemented Interfaces:
IPickupNotifier

public class ModLoaderPickupNotifier
extends Object
implements IPickupNotifier


Constructor Summary
ModLoaderPickupNotifier(BaseModProxy mod)
           
 
Method Summary
 void notifyPickup(EntityItem item, EntityPlayer player)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModLoaderPickupNotifier

public ModLoaderPickupNotifier(BaseModProxy mod)
Method Detail

notifyPickup

public void notifyPickup(EntityItem item,
                         EntityPlayer player)
Specified by:
notifyPickup in interface IPickupNotifier